[PATCH] monoblue: Fix indentation and other styling in the annotation view

Augie Fackler durin42 at gmail.com
Wed Apr 15 11:07:55 CDT 2009


Ignore this version, this has bogus formatting on the file view. Will  
resend a corrected version.

On Apr 15, 2009, at 10:44 AM, Augie Fackler wrote:

> # HG changeset patch
> # User Augie Fackler <durin42 at gmail.com>
> # Date 1239809638 18000
> # Node ID 63d3101f0d5963ed7edbddbfead8885c7242c8b8
> # Parent  28a72f620cdef2883d1332a5edcc14b05224fd7b
> monoblue: Fix indentation and other styling in the annotation view.
>
> diff --git a/templates/static/style-monoblue.css b/templates/static/ 
> style-monoblue.css
> --- a/templates/static/style-monoblue.css
> +++ b/templates/static/style-monoblue.css
> @@ -219,6 +219,9 @@
> table tr td {
>   padding: 5px 5px;
> }
> +table.annotated tr td {
> +  padding: 0px 5px;
> +}
>
> span.logtags span {
>   padding: 2px 6px;
> @@ -250,10 +253,12 @@
>   font-size: 1.2em;
>   padding: 3px 0;
> }
> -div.source {
> +.source {
> +  white-space: pre;
> +  font-family: monospace;
>   margin: 10px 30px 0;
> -  font-family: Tahoma, sans-serif, monospace;
> -  font-size: 100%;
> +  font-size: 1.2em;
> +  font-family: monospace;
> }
>   div.source div.parity0,
>   div.source div.parity1 {
> @@ -274,6 +279,12 @@
>   color: #999;
>   text-align: right;
> }
> +.lineno {
> +  text-align: right;
> +}
> +.lineno a {
> +  color: #999;
> +}
> td.linenr {
>   width: 60px;
> }
> _______________________________________________
> Mercurial-devel mailing list
> Mercurial-devel at selenic.com
> http://selenic.com/mailman/listinfo/mercurial-devel



More information about the Mercurial-devel mailing list