diff templates/static/style.css @ 4703:bc63247c66e9

hgweb: improve shortlog formatting shorten author with |person don't shrink font (default font is presumed to be preferred reading size) set widths based on font ems rather than page percents.
author Matt Mackall <mpm@selenic.com>
date Mon, 25 Jun 2007 11:30:05 -0500
parents 7a7d4937272b
children 6e0f05f6f68d
line wrap: on
line diff
--- a/templates/static/style.css
+++ b/templates/static/style.css
@@ -58,10 +58,10 @@ pre { margin: 0; }
 .logEntry th.firstline { text-align: left; width: inherit; }
 
 /* Shortlog entries */
-.slogEntry { width: 100%; font-size: smaller; }
-.slogEntry .age { width: 7%; }
+.slogEntry { width: 100%; }
+.slogEntry .age { width: 8em; }
 .slogEntry td { font-weight: normal; text-align: left; vertical-align: top; }
-.slogEntry td.author { width: 35%; }
+.slogEntry td.author { width: 15em; }
 
 /* Tag entries */
 #tagEntries { list-style: none; margin: 0; padding: 0; }