##// END OF EJS Templates
hgweb file: fixed left-justified line numbers on IE v6.0...
TK Soh -
r1336:8c094fb4 default
parent child Browse files
Show More
@@ -8,7 +8,8 b' Content-type: text/html'
8 8 a { text-decoration:none; }
9 9 .parity0 { background-color: #dddddd; }
10 10 .parity1 { background-color: #eeeeee; }
11 .lineno { width: 60px; color: #aaaaaa; font-size: smaller; }
11 .lineno { width: 60px; color: #aaaaaa; font-size: smaller;
12 text-align: right; padding-right:1em; }
12 13 .plusline { color: green; }
13 14 .minusline { color: red; }
14 15 .atline { color: purple; }
General Comments 0
You need to be logged in to leave comments. Login now