templates/static/style.css
changeset 2132 4990b62fd0a6
parent 2131 f5bbc5562434
child 2171 290534ee163c
--- a/templates/static/style.css	Wed Apr 26 07:03:10 2006 +0200
+++ b/templates/static/style.css	Wed Apr 26 07:31:04 2006 +0200
@@ -49,11 +49,12 @@
   color: #999;
 }
 
-/* Changelog entries */
-.changelogEntry { width: 100%; }
-.changelogEntry th { font-weight: normal; text-align: right; vertical-align: top; }
-.changelogEntry th.age, .changelogEntry th.firstline { font-weight: bold; }
-.changelogEntry th.firstline { text-align: left; width: inherit; }
+/* Changelog/Filelog entries */
+.logEntry { width: 100%; }
+.logEntry .age { width: 15%; }
+.logEntry th { font-weight: normal; text-align: right; vertical-align: top; }
+.logEntry th.age, .logEntry th.firstline { font-weight: bold; }
+.logEntry th.firstline { text-align: left; width: inherit; }
 
 /* Tag entries */
 #tagEntries { list-style: none; margin: 0; padding: 0; }