using font-sizes in points breaks text resizing in IE. instead, set the font size...
authorRiver Tarnell <river@users.mediawiki.org>
Thu, 24 Jan 2008 01:23:22 +0000 (01:23 +0000)
committerRiver Tarnell <river@users.mediawiki.org>
Thu, 24 Jan 2008 01:23:22 +0000 (01:23 +0000)
skins/modern/main.css

index 4678e72..1c38c12 100644 (file)
@@ -1,13 +1,21 @@
 body {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
-       font-size: 10pt;
+       /*font-size: 10pt;*/
+       font-size: x-small;
+       
 
        font-family: sans-serif;
        color: black;
        background-color: #f0f0f0;
 }
 
+#mw_main,
+#p-personal,
+#mw_header {
+       font-size: 130%;
+}
+
 #mw_header {
        position: absolute;
        top: 0;
@@ -155,7 +163,6 @@ textarea {
        background-color: #dddddd;
        font-weight: bold;
        border-bottom: solid 1px #3c78b5;
-       font-size: 10pt;
        height: 1.1em;
 }
 
@@ -322,7 +329,6 @@ h1, h2 {
 }
 
 #preferences h2 {
-       font-size: 10pt;
 }
 
 .mainLegend {