Index: trunk/phase3/RELEASE-NOTES-1.20 |
— | — | @@ -49,6 +49,7 @@ |
50 | 50 | valued parameters in the query string |
51 | 51 | * (bug 34735) Updated compressOld.php documentation to mention the different |
52 | 52 | usages of -s and -n parameters depending on compression type |
| 53 | +* (bug 13896) Rendering of devanagari numbers in automatic '#' number lists |
53 | 54 | |
54 | 55 | === API changes in 1.20 === |
55 | 56 | * (bug 34316) Add ability to retrieve maximum upload size from MediaWiki API. |
Index: trunk/phase3/skins/common/shared.css |
— | — | @@ -861,6 +861,12 @@ |
862 | 862 | list-style-type: arabic-indic; |
863 | 863 | } |
864 | 864 | |
| 865 | +ol:lang(hi) li, |
| 866 | +ol:lang(mr) li { |
| 867 | + list-style-type: -moz-devanagari; |
| 868 | + list-style-type: devanagari; |
| 869 | +} |
| 870 | + |
865 | 871 | ol:lang(as) li, |
866 | 872 | ol:lang(bn) li { |
867 | 873 | list-style-type: -moz-bengali; |