changeset 8162:6f14253416bd

monoblue: Fix indentation and other styling in the annotation view.
author Augie Fackler <durin42@gmail.com>
date Wed, 15 Apr 2009 10:33:58 -0500
parents 1bb8a75fceb3
children 62d7287fe6b0
files templates/static/style-monoblue.css
diffstat 1 files changed, 14 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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;
 }