comparison 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
comparison
equal deleted inserted replaced
8506:93a9f4a0e361 8507:decf329f00cb
3 .date { white-space:nowrap; } 3 .date { white-space:nowrap; }
4 .indexlinks { white-space:nowrap; } 4 .indexlinks { white-space:nowrap; }
5 .parity0 { background-color: #ddd; } 5 .parity0 { background-color: #ddd; }
6 .parity1 { background-color: #eee; } 6 .parity1 { background-color: #eee; }
7 .lineno { width: 60px; color: #aaa; font-size: smaller; 7 .lineno { width: 60px; color: #aaa; font-size: smaller;
8 text-align: right; padding-right:1em; } 8 text-align: right; }
9 .plusline { color: green; } 9 .plusline { color: green; }
10 .minusline { color: red; } 10 .minusline { color: red; }
11 .atline { color: purple; } 11 .atline { color: purple; }
12 .annotate { font-size: smaller; text-align: right; padding-right: 1em; } 12 .annotate { font-size: smaller; text-align: right; padding-right: 1em; }
13 .buttons a { 13 .buttons a {