comparison templates/header.tmpl @ 1334:0843e1bf2b97

hgweb: fixed IE display problem on changelog page IE (v6.0) didn't seemed to comply to the 15% width on the left column of changelog display. Tested with IE v6.0 and Firefox 1.0.6.
author TK Soh <teekaysoh@yahoo.com>
date Fri, 23 Sep 2005 17:15:10 -0700
parents 2073e5a71008
children 8c094fb47b59
comparison
equal deleted inserted replaced
1333:901c645c1943 1334:0843e1bf2b97
30 pre { margin: 0; } 30 pre { margin: 0; }
31 31
32 32
33 /* Changelog entries */ 33 /* Changelog entries */
34 .changelogEntry { width: 100%; } 34 .changelogEntry { width: 100%; }
35 .changelogEntry th { font-weight: normal; text-align: right; vertical-align: top; width: 15%;} 35 .changelogEntry th { font-weight: normal; text-align: right; vertical-align: top; }
36 .changelogEntry th.age, .changelogEntry th.firstline { font-weight: bold; } 36 .changelogEntry th.age, .changelogEntry th.firstline { font-weight: bold; }
37 .changelogEntry th.firstline { text-align: left; width: inherit; } 37 .changelogEntry th.firstline { text-align: left; width: inherit; }
38 38
39 /* Tag entries */ 39 /* Tag entries */
40 #tagEntries { list-style: none; margin: 0; padding: 0; } 40 #tagEntries { list-style: none; margin: 0; padding: 0; }