coal: fix CSS errors as reported by Firefox
authorDirkjan Ochtman <dirkjan@ochtman.nl>
Thu, 08 May 2008 18:36:45 +0200
changeset 6571 e6f71ca3de8a
parent 6570 626cb86a6523
child 6572 4927cf61bdc1
coal: fix CSS errors as reported by Firefox
templates/static/style-coal.css
--- a/templates/static/style-coal.css	Thu Apr 24 17:16:02 2008 +0200
+++ b/templates/static/style-coal.css	Thu May 08 18:36:45 2008 +0200
@@ -83,7 +83,7 @@
   font-size: 70%;
   font-weight: normal;
   margin-left: .5em;
-  vertical-align: text-baseline;
+  vertical-align: baseline;
 }
 
 /* Common */
@@ -125,7 +125,7 @@
 .bigtable td.source { font-family: monospace; white-space: pre; }
 .bigtable .permissions { width: 8em; text-align: left;}
 .bigtable .size { width: 5em; text-align: right; }
-.bigtable .annotate { text-align: right; padding-right: }
+.bigtable .annotate { text-align: right; }
 .bigtable td.annotate { font-size: smaller; }
 
 .fileline { font-family: monospace; }