From: Amir E. Aharoni Date: Wed, 25 Jul 2012 07:23:49 +0000 (+0300) Subject: Add Burmese to list of languages with wider headings X-Git-Tag: 1.31.0-rc.0~22948^2 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=d3d6338b3144416bf216cb850171ababa05023f2;p=lhc%2Fweb%2Fwiklou.git Add Burmese to list of languages with wider headings The Burmese script, like other Indic languages, has marks above and below line. These marks appear cut off if the line height is too narrow. This commit adds Burmese (code 'my') to the list of languages that have larger line-height. It also changes the line-height value for

, because apparently the current value is too narrow for Burmese, at least on my machine. Change-Id: I097632b4ea77acad40ca55de828211a9cab88949 --- diff --git a/skins/common/shared.css b/skins/common/shared.css index 1b839b5803..8c114f0b17 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -828,12 +828,13 @@ h1:lang(hi), h1:lang(kn), h1:lang(ml), h1:lang(mr), +h1:lang(my), h1:lang(or), h1:lang(pa), h1:lang(sa), h1:lang(ta), h1:lang(te) { - line-height: 1.5em !important; + line-height: 1.6em !important; } h2:lang(as), h3:lang(as), h4:lang(as), h5:lang(as), h6:lang(as), h2:lang(bho), h3:lang(bho), h4:lang(bho), h5:lang(bho), h6:lang(bho), @@ -844,6 +845,7 @@ h2:lang(hi), h3:lang(hi), h4:lang(hi), h5:lang(hi), h6:lang(hi), h2:lang(kn), h3:lang(kn), h4:lang(kn), h5:lang(kn), h6:lang(kn), h2:lang(ml), h3:lang(ml), h4:lang(ml), h5:lang(ml), h6:lang(ml), h2:lang(mr), h3:lang(mr), h4:lang(mr), h5:lang(mr), h6:lang(mr), +h2:lang(my), h3:lang(my), h4:lang(my), h5:lang(my), h6:lang(my), h2:lang(or), h3:lang(or), h4:lang(or), h5:lang(or), h6:lang(or), h2:lang(pa), h3:lang(pa), h4:lang(pa), h5:lang(pa), h6:lang(pa), h2:lang(sa), h3:lang(sa), h4:lang(sa), h5:lang(sa), h6:lang(sa),