# HG changeset patch # User Augie Fackler # Date 1239809638 18000 # Node ID 6f14253416bdc9e35dc8a9c10590637322d84689 # Parent 1bb8a75fceb385e34720603b7a8394addba4f44e monoblue: Fix indentation and other styling in the annotation view. diff -r 1bb8a75fceb3 -r 6f14253416bd templates/static/style-monoblue.css --- a/templates/static/style-monoblue.css Wed Apr 22 15:49:33 2009 +0200 +++ b/templates/static/style-monoblue.css Wed Apr 15 10:33:58 2009 -0500 @@ -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 { +td.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; }