From: Santhosh Thottingal Date: Wed, 21 Mar 2012 05:49:03 +0000 (+0000) Subject: Fix Bug 13896: Rendering of devanagari numbers in automatic '#' number lists X-Git-Tag: 1.31.0-rc.0~24166 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/recherche.php?a=commitdiff_plain;h=64e9ccb8d355f89bfddb4eda6900f8039f0febac;p=lhc%2Fweb%2Fwiklou.git Fix Bug 13896: Rendering of devanagari numbers in automatic '#' number lists Add -moz-devanagari as list type for mr and hi language ordered lists. --- diff --git a/RELEASE-NOTES-1.20 b/RELEASE-NOTES-1.20 index 63e7130b3f..bef93eeb7e 100644 --- a/RELEASE-NOTES-1.20 +++ b/RELEASE-NOTES-1.20 @@ -49,6 +49,7 @@ production. valued parameters in the query string * (bug 34735) Updated compressOld.php documentation to mention the different usages of -s and -n parameters depending on compression type +* (bug 13896) Rendering of devanagari numbers in automatic '#' number lists === API changes in 1.20 === * (bug 34316) Add ability to retrieve maximum upload size from MediaWiki API. diff --git a/skins/common/shared.css b/skins/common/shared.css index 54e76a78bb..3172779ef8 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -861,6 +861,12 @@ ol:lang(ckb) li { list-style-type: arabic-indic; } +ol:lang(hi) li, +ol:lang(mr) li { + list-style-type: -moz-devanagari; + list-style-type: devanagari; +} + ol:lang(as) li, ol:lang(bn) li { list-style-type: -moz-bengali;