r3739 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r3738‎ | r3739 | r3740 >
Date:09:21, 29 May 2004
Author:vibber
Status:old
Tags:
Comment:
Bitstream Vera often broken on Windows; remove it from headers as well as body text.
Modified paths:
  • /trunk/phase3/stylesheets/monobook/IE50Fixes.css (modified) (history)
  • /trunk/phase3/stylesheets/monobook/IE55Fixes.css (modified) (history)
  • /trunk/phase3/stylesheets/monobook/IE60Fixes.css (modified) (history)

Diff [purge]

Index: trunk/phase3/stylesheets/monobook/IE50Fixes.css
@@ -23,6 +23,8 @@
2424
2525 /* IE 5 & 5.5 interpret keyword sizes one off */
2626 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; }
2729 /*
2830 ** the edit tabs
2931 */
Index: trunk/phase3/stylesheets/monobook/IE60Fixes.css
@@ -1,6 +1,7 @@
22 /* 6.0 - only fixes */
33 /* 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; }
56 /* workaround for various ie float bugs */
67 #column-content {
78 float: none;
Index: trunk/phase3/stylesheets/monobook/IE55Fixes.css
@@ -30,6 +30,9 @@
3131 #p-personal { padding-bottom: 0.1em; }
3232
3333 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+
3437 #p-cactions {
3538 width: 76% !important;
3639 z-index: 3 !important;

Status & tagging log