comparison mercurial/templates/static/style-coal.css @ 18664:30d899febef8

hgweb: consistent author name width Paper & coal use a sligtly shorter name length of 12em in the log view than gitweb's 15em. Names too long for 12em is not entirely unheard of, and hence increasing the length is appropriate; hgweb should remain usable on 1024x768.
author Dan Villiom Podlaski Christiansen <danchr@gmail.com>
date Sun, 10 Feb 2013 13:14:31 +0100
parents bebb05a7e249
children 8a8626f2f72e
comparison
equal deleted inserted replaced
18663:05cf40f9b0ec 18664:30d899febef8
189 padding: 1px 4px; 189 padding: 1px 4px;
190 border-bottom: 1px solid #999; 190 border-bottom: 1px solid #999;
191 } 191 }
192 .bigtable tr { border: none; } 192 .bigtable tr { border: none; }
193 .bigtable .age { width: 6em; } 193 .bigtable .age { width: 6em; }
194 .bigtable .author { width: 12em; } 194 .bigtable .author { width: 15em; }
195 .bigtable .description { } 195 .bigtable .description { }
196 .bigtable .description .base { font-size: 70%; float: right; line-height: 1.66; } 196 .bigtable .description .base { font-size: 70%; float: right; line-height: 1.66; }
197 .bigtable .node { width: 5em; font-family: monospace;} 197 .bigtable .node { width: 5em; font-family: monospace;}
198 .bigtable .lineno { width: 2em; text-align: right;} 198 .bigtable .lineno { width: 2em; text-align: right;}
199 .bigtable .lineno a { color: #999; font-size: smaller; font-family: monospace;} 199 .bigtable .lineno a { color: #999; font-size: smaller; font-family: monospace;}