comparison templates/static/style.css @ 2130:90ee844b9f71

hgweb templates: Don't word wrap "foo bar ago" (e.g. "3 months\nago") This made log entries or hgwebdir index look ugly with certain browser widths.
author Thomas Arendsen Hein <thomas@intevation.de>
date Wed, 26 Apr 2006 06:12:42 +0200
parents b08b87cecc37
children f5bbc5562434
comparison
equal deleted inserted replaced
2129:e5f5c21f4169 2130:90ee844b9f71
1 a { text-decoration:none; } 1 a { text-decoration:none; }
2 .age { white-space:nowrap; }
2 .parity0 { background-color: #dddddd; } 3 .parity0 { background-color: #dddddd; }
3 .parity1 { background-color: #eeeeee; } 4 .parity1 { background-color: #eeeeee; }
4 .lineno { width: 60px; color: #aaaaaa; font-size: smaller; 5 .lineno { width: 60px; color: #aaaaaa; font-size: smaller;
5 text-align: right; padding-right:1em; } 6 text-align: right; padding-right:1em; }
6 .plusline { color: green; } 7 .plusline { color: green; }