##// END OF EJS Templates
coal/paper: widen author column in log table
Dirkjan Ochtman -
r7181:1e39a245 default
parent child Browse files
Show More
@@ -126,7 +126,7 b' h3 {'
126 }
126 }
127 .bigtable tr { border: none; }
127 .bigtable tr { border: none; }
128 .bigtable .age { width: 6em; }
128 .bigtable .age { width: 6em; }
129 .bigtable .author { width: 10em; }
129 .bigtable .author { width: 12em; }
130 .bigtable .description { }
130 .bigtable .description { }
131 .bigtable .node { width: 5em; font-family: monospace;}
131 .bigtable .node { width: 5em; font-family: monospace;}
132 .bigtable .lineno { width: 2em; text-align: right;}
132 .bigtable .lineno { width: 2em; text-align: right;}
@@ -122,7 +122,7 b' h3 {'
122 }
122 }
123 .bigtable tr { border: none; }
123 .bigtable tr { border: none; }
124 .bigtable .age { width: 6em; }
124 .bigtable .age { width: 6em; }
125 .bigtable .author { width: 10em; }
125 .bigtable .author { width: 12em; }
126 .bigtable .description { }
126 .bigtable .description { }
127 .bigtable .node { width: 5em; font-family: monospace;}
127 .bigtable .node { width: 5em; font-family: monospace;}
128 .bigtable .lineno { width: 2em; text-align: right;}
128 .bigtable .lineno { width: 2em; text-align: right;}
General Comments 0
You need to be logged in to leave comments. Login now