# HG changeset patch # User Dirkjan Ochtman # Date 2008-05-08 16:36:45 # Node ID e6f71ca3de8aec967e212514e3a50f62df710e5d # Parent 626cb86a6523c9e8b453719314dd31fa4d61ced3 coal: fix CSS errors as reported by Firefox diff --git a/templates/static/style-coal.css b/templates/static/style-coal.css --- a/templates/static/style-coal.css +++ b/templates/static/style-coal.css @@ -83,7 +83,7 @@ a { text-decoration:none; } font-size: 70%; font-weight: normal; margin-left: .5em; - vertical-align: text-baseline; + vertical-align: baseline; } /* Common */ @@ -125,7 +125,7 @@ h3 { .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; }