r111281 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r111280‎ | r111281 | r111282 >
Date:07:08, 12 February 2012
Author:amire80
Status:ok
Tags:i18nreview 
Comment:
Added Bhojpuri to the list of languages that have the line height fix.
Modified paths:
  • /trunk/phase3/skins/common/shared.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/common/shared.css
@@ -813,6 +813,8 @@
814814 /* Language specific height correction for titles. Ref Bug 29405 and Bug 30809 */
815815 /* Languages like hi or ml require slightly more vertical space to show diacritics properly */
816816 h1:lang(as),
 817+h1:lang(bh), /* Macrolanguage, used on bh.wikipedia.org, should be removed one day */
 818+h1:lang(bho),
817819 h1:lang(bn),
818820 h1:lang(gu),
819821 h1:lang(hi),
@@ -827,6 +829,8 @@
828830 line-height: 1.5em !important;
829831 }
830832 h2:lang(as), h3:lang(as), h4:lang(as), h5:lang(as), h6:lang(as),
 833+h2:lang(bho), h3:lang(bho), h4:lang(bho), h5:lang(bho), h6:lang(bho),
 834+h2:lang(bh), h3:lang(bh), h4:lang(bh), h5:lang(bh), h6:lang(bh),
831835 h2:lang(bn), h3:lang(bn), h4:lang(bn), h5:lang(bn), h6:lang(bn),
832836 h2:lang(gu), h3:lang(gu), h4:lang(gu), h5:lang(gu), h6:lang(gu),
833837 h2:lang(hi), h3:lang(hi), h4:lang(hi), h5:lang(hi), h6:lang(hi),

Status & tagging log