comparison templates/header.tmpl @ 1336:8c094fb47b59

hgweb file: fixed left-justified line numbers on IE v6.0 IE (v6.0) seemed to squash the spaces surrounding the line numbers, making them appeared as left- instead of being right-justified. Testing with IE v6.0 and Firefox 1.0.6.
author TK Soh <teekaysoh@yahoo.com>
date Fri, 23 Sep 2005 17:19:35 -0700
parents 0843e1bf2b97
children 90b62337f8dd
comparison
equal deleted inserted replaced
1335:bea6356b8bca 1336:8c094fb47b59
6 <style type="text/css"> 6 <style type="text/css">
7 <!-- 7 <!--
8 a { text-decoration:none; } 8 a { text-decoration:none; }
9 .parity0 { background-color: #dddddd; } 9 .parity0 { background-color: #dddddd; }
10 .parity1 { background-color: #eeeeee; } 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 .plusline { color: green; } 13 .plusline { color: green; }
13 .minusline { color: red; } 14 .minusline { color: red; }
14 .atline { color: purple; } 15 .atline { color: purple; }
15 .annotate { font-size: smaller; text-align: right; padding-right: 1em; } 16 .annotate { font-size: smaller; text-align: right; padding-right: 1em; }
16 .buttons a { 17 .buttons a {