coal/paper: widen author column in log table
authorDirkjan Ochtman <dirkjan@ochtman.nl>
Mon, 20 Oct 2008 10:20:35 +0200
changeset 7181 1e39a2459359
parent 7180 a42d27bc809d
child 7182 295af5bc1bcc
coal/paper: widen author column in log table
templates/static/style-coal.css
templates/static/style-paper.css
--- a/templates/static/style-coal.css	Mon Oct 20 10:15:26 2008 +0200
+++ b/templates/static/style-coal.css	Mon Oct 20 10:20:35 2008 +0200
@@ -126,7 +126,7 @@
 }
 .bigtable tr { border: none; }
 .bigtable .age { width: 6em; }
-.bigtable .author { width: 10em; }
+.bigtable .author { width: 12em; }
 .bigtable .description { }
 .bigtable .node { width: 5em; font-family: monospace;}
 .bigtable .lineno { width: 2em; text-align: right;}
--- a/templates/static/style-paper.css	Mon Oct 20 10:15:26 2008 +0200
+++ b/templates/static/style-paper.css	Mon Oct 20 10:20:35 2008 +0200
@@ -122,7 +122,7 @@
 }
 .bigtable tr { border: none; }
 .bigtable .age { width: 6em; }
-.bigtable .author { width: 10em; }
+.bigtable .author { width: 12em; }
 .bigtable .description { }
 .bigtable .node { width: 5em; font-family: monospace;}
 .bigtable .lineno { width: 2em; text-align: right;}