changeset 7181:1e39a2459359

coal/paper: widen author column in log table
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Mon, 20 Oct 2008 10:20:35 +0200
parents a42d27bc809d
children 295af5bc1bcc
files templates/static/style-coal.css templates/static/style-paper.css
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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;}