diff 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
line wrap: on
line diff
--- a/templates/header.tmpl
+++ b/templates/header.tmpl
@@ -32,7 +32,7 @@ pre { margin: 0; }
 
 /* Changelog entries */
 .changelogEntry { width: 100%; }
-.changelogEntry th { font-weight: normal; text-align: right; vertical-align: top; width: 15%;}
+.changelogEntry th { font-weight: normal; text-align: right; vertical-align: top; }
 .changelogEntry th.age, .changelogEntry th.firstline { font-weight: bold; }
 .changelogEntry th.firstline { text-align: left; width: inherit; }