comparison templates/static/style-gitweb.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 d5cdf25bab74
comparison
equal deleted inserted replaced
2129:e5f5c21f4169 2130:90ee844b9f71
15 font-weight:bold; background-color:#edece6; text-decoration:none; color:#000000; 15 font-weight:bold; background-color:#edece6; text-decoration:none; color:#000000;
16 } 16 }
17 a.title:hover { background-color: #d9d8d1; } 17 a.title:hover { background-color: #d9d8d1; }
18 div.title_text { padding:6px 0px; border: solid #d9d8d1; border-width:0px 0px 1px; } 18 div.title_text { padding:6px 0px; border: solid #d9d8d1; border-width:0px 0px 1px; }
19 div.log_body { padding:8px 8px 8px 150px; } 19 div.log_body { padding:8px 8px 8px 150px; }
20 .age { white-space:nowrap; }
20 span.age { position:relative; float:left; width:142px; font-style:italic; } 21 span.age { position:relative; float:left; width:142px; font-style:italic; }
21 div.log_link { 22 div.log_link {
22 padding:0px 8px; 23 padding:0px 8px;
23 font-size:10px; font-family:sans-serif; font-style:normal; 24 font-size:10px; font-family:sans-serif; font-style:normal;
24 position:relative; float:left; width:136px; 25 position:relative; float:left; width:136px;