Fix Bug 13896: Rendering of devanagari numbers in automatic '#' number lists
authorSanthosh Thottingal <santhosh@users.mediawiki.org>
Wed, 21 Mar 2012 05:49:03 +0000 (05:49 +0000)
committerSanthosh Thottingal <santhosh@users.mediawiki.org>
Wed, 21 Mar 2012 05:49:03 +0000 (05:49 +0000)
Add -moz-devanagari as list type for mr and hi language ordered lists.

RELEASE-NOTES-1.20
skins/common/shared.css

index 63e7130..bef93ee 100644 (file)
@@ -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.
index 54e76a7..3172779 100644 (file)
@@ -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;