diff templates/static/style.css @ 8507:decf329f00cb

spartan: ensure equal heights for file and annotate views The display used to jump up and down when switching from the file view to the annotate view. It now stays still: when switching from the file view to the annotate view it looks like the file content is simply right-shifted to make room for the author names.
author Martin Geisler <mg@lazybytes.net>
date Tue, 19 May 2009 00:28:47 +0200
parents dc50108ce188
children
line wrap: on
line diff
--- a/templates/static/style.css	Mon May 18 23:37:36 2009 +0200
+++ b/templates/static/style.css	Tue May 19 00:28:47 2009 +0200
@@ -5,7 +5,7 @@
 .parity0 { background-color: #ddd; }
 .parity1 { background-color: #eee; }
 .lineno { width: 60px; color: #aaa; font-size: smaller;
-          text-align: right; padding-right:1em; }
+          text-align: right; }
 .plusline { color: green; }
 .minusline { color: red; }
 .atline { color: purple; }