Mercurial > hg
changeset 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 | 626cb86a6523 |
children | 4927cf61bdc1 |
files | templates/static/style-coal.css |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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; }