diff templates/static/style-coal.css @ 6571:e6f71ca3de8a

coal: fix CSS errors as reported by Firefox
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Thu, 08 May 2008 18:36:45 +0200
parents 5e011a402352
children 0dba955c2636
line wrap: on
line diff
--- 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; }