http://www.mediawiki.org/wiki/Special:Code/MediaWiki/97788

Revision: 97788
Author:   santhosh
Date:     2011-09-22 03:51:59 +0000 (Thu, 22 Sep 2011)
Log Message:
-----------
Zero padding for #firstHeading makes text cut for scripts like Devanagari , 
Malayalam etc(Bug 29405 and Bug 30809), especially when the glyphs are stacked 
or
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.

Modified Paths:
--------------
    trunk/phase3/skins/common/commonInterface.css
    trunk/phase3/skins/vector/screen.css

Modified: trunk/phase3/skins/common/commonInterface.css
===================================================================
--- trunk/phase3/skins/common/commonInterface.css       2011-09-22 03:44:42 UTC 
(rev 97787)
+++ trunk/phase3/skins/common/commonInterface.css       2011-09-22 03:51:59 UTC 
(rev 97788)
@@ -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 */

Modified: trunk/phase3/skins/vector/screen.css
===================================================================
--- trunk/phase3/skins/vector/screen.css        2011-09-22 03:44:42 UTC (rev 
97787)
+++ trunk/phase3/skins/vector/screen.css        2011-09-22 03:51:59 UTC (rev 
97788)
@@ -689,9 +689,7 @@
        font-size: 0.8em;
 }
 #firstHeading {
-       padding-top: 0;
        margin-top: 0;
-       padding-top: 0;
        font-size: 1.6em;
 }
 div#content a.external,


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to