Zero padding for #firstHeading makes text cut for scripts like Devanagari , Malayalam...
authorSanthosh Thottingal <santhosh@users.mediawiki.org>
Thu, 22 Sep 2011 03:51:59 +0000 (03:51 +0000)
committerSanthosh Thottingal <santhosh@users.mediawiki.org>
Thu, 22 Sep 2011 03:51:59 +0000 (03:51 +0000)
having lower diacritic marks. Remove padding-top:0 and padding-bottom:0 to allow h1 inherit the padding bottom and top values from commonElements.css fixes this.

skins/common/commonInterface.css
skins/vector/screen.css

index d13cad2..8dde5d2 100644 (file)
@@ -39,7 +39,6 @@
        /* These two rules hack around bug 2013 (fix for more limited bug 11325).
           When bug 2013 is fixed properly, they should be removed. */
        line-height: 1.2em;
-       padding-bottom: 0;
 }
 
 /* Sub-navigation */
index fa22e10..cd345a7 100644 (file)
@@ -689,9 +689,7 @@ pre {
        font-size: 0.8em;
 }
 #firstHeading {
-       padding-top: 0;
        margin-top: 0;
-       padding-top: 0;
        font-size: 1.6em;
 }
 div#content a.external,