##// END OF EJS Templates
coal: fix CSS errors as reported by Firefox
Dirkjan Ochtman -
r6571:e6f71ca3 default
parent child Browse files
Show More
@@ -83,7 +83,7 b' a { text-decoration:none; }'
83 83 font-size: 70%;
84 84 font-weight: normal;
85 85 margin-left: .5em;
86 vertical-align: text-baseline;
86 vertical-align: baseline;
87 87 }
88 88
89 89 /* Common */
@@ -125,7 +125,7 b' h3 {'
125 125 .bigtable td.source { font-family: monospace; white-space: pre; }
126 126 .bigtable .permissions { width: 8em; text-align: left;}
127 127 .bigtable .size { width: 5em; text-align: right; }
128 .bigtable .annotate { text-align: right; padding-right: }
128 .bigtable .annotate { text-align: right; }
129 129 .bigtable td.annotate { font-size: smaller; }
130 130
131 131 .fileline { font-family: monospace; }
General Comments 0
You need to be logged in to leave comments. Login now