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

Augie Fackler durin42 at gmail.com
Wed Apr 15 11:08:13 CDT 2009


# HG changeset patch
# User Augie Fackler <durin42 at gmail.com>
# Date 1239809638 18000
# Node ID 203e38017ce624a57dbd60d2bf0b93637cce4f82
# 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 {
+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;
 }


More information about the Mercurial-devel mailing list