diff 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
line wrap: on
line diff
--- a/templates/static/style.css	Tue Apr 25 23:28:40 2006 +0200
+++ b/templates/static/style.css	Wed Apr 26 06:12:42 2006 +0200
@@ -1,4 +1,5 @@
 a { text-decoration:none; }
+.age { white-space:nowrap; }
 .parity0 { background-color: #dddddd; }
 .parity1 { background-color: #eeeeee; }
 .lineno { width: 60px; color: #aaaaaa; font-size: smaller;