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

Revision: 99389
Author:   santhosh
Date:     2011-10-10 04:13:38 +0000 (Mon, 10 Oct 2011)
Log Message:
-----------
Language specific height correction for titles. Ref Bug 29405 and Bug 30809. 
Followup of r97788 

Modified Paths:
--------------
    trunk/phase3/skins/common/shared.css

Modified: trunk/phase3/skins/common/shared.css
===================================================================
--- trunk/phase3/skins/common/shared.css        2011-10-10 03:53:28 UTC (rev 
99388)
+++ trunk/phase3/skins/common/shared.css        2011-10-10 04:13:38 UTC (rev 
99389)
@@ -808,6 +808,25 @@
        background-repeat: no-repeat;
 }
 
+/* Language specific height correction for titles. Ref Bug 29405 and Bug 30809 
*/
+/* Languages like hi or ml require slightly more vertical space to show 
diacritics properly */
+h1:lang(hi),
+h1:lang(ml) {
+       line-height: 1.5em;
+}
+h2:lang(hi),
+h2:lang(ml),
+h3:lang(hi),
+h3:lang(ml),
+h4:lang(hi),
+h4:lang(ml),
+h5:lang(hi),
+h5:lang(ml),
+h6:lang(hi),
+h6:lang(ml) {
+       line-height: 1.2em;
+}
+
 /* Localised ordered list numbering for some languages */
 ol:lang(bcc) li,
 ol:lang(bqi) li,


_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to