Index: trunk/phase3/stylesheets/monobook/IE50Fixes.css |
— | — | @@ -23,6 +23,8 @@ |
24 | 24 | |
25 | 25 | /* IE 5 & 5.5 interpret keyword sizes one off */ |
26 | 26 | body { font: xx-small Verdana, Arial, sans-serif; } |
| 27 | +/* and Bitstream Vera fonts are sometimes defective */ |
| 28 | +h1, h2, h3, h4, h5, h6 { font-family: Verdana, Arial, sans-serif; } |
27 | 29 | /* |
28 | 30 | ** the edit tabs |
29 | 31 | */ |
Index: trunk/phase3/stylesheets/monobook/IE60Fixes.css |
— | — | @@ -1,6 +1,7 @@ |
2 | 2 | /* 6.0 - only fixes */ |
3 | 3 | /* content area */ |
4 | | -body { font-family: Verdana, Arial, sans-serif; } |
| 4 | +/* Bitstream Vera fonts are sometimes defective */ |
| 5 | +body, h1, h2, h3, h4, h5, h6 { font-family: Verdana, Arial, sans-serif; } |
5 | 6 | /* workaround for various ie float bugs */ |
6 | 7 | #column-content { |
7 | 8 | float: none; |
Index: trunk/phase3/stylesheets/monobook/IE55Fixes.css |
— | — | @@ -30,6 +30,9 @@ |
31 | 31 | #p-personal { padding-bottom: 0.1em; } |
32 | 32 | |
33 | 33 | body { font: xx-small Verdana, Arial, sans-serif; } |
| 34 | +/* Bitstream Vera fonts are sometimes defective */ |
| 35 | +h1, h2, h3, h4, h5, h6 { font-family: Verdana, Arial, sans-serif; } |
| 36 | + |
34 | 37 | #p-cactions { |
35 | 38 | width: 76% !important; |
36 | 39 | z-index: 3 !important; |