Fix immediate issues in r72900. I'd still like more testing and perhaps requests...
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Sat, 23 Oct 2010 15:24:08 +0000 (15:24 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Sat, 23 Oct 2010 15:24:08 +0000 (15:24 +0000)
skins/common/shared.css

index eec72af..dd5d5ef 100644 (file)
@@ -904,7 +904,12 @@ ol:lang(mzn) li {
        list-style-type: persian;
 }
 
-ol:lang(ckb-arab) li {
+ol:lang(ckb) li {
        list-style-type: -moz-arabic-indic;
        list-style-type: arabic-indic;
 }
+
+ol:lang(bn) li {
+       list-style-type: -moz-bengali;
+       list-style-type: bengali;
+}