Index: trunk/phase3/skins/common/shared.css |
— | — | @@ -585,6 +585,58 @@ |
586 | 586 | list-style-type: oriya; |
587 | 587 | } |
588 | 588 | |
| 589 | +ol:lang(hy) li { |
| 590 | + list-style-type: armenian; |
| 591 | +} |
| 592 | + |
| 593 | +ol:lang(ka) li { |
| 594 | + list-style-type: georgian; |
| 595 | +} |
| 596 | + |
| 597 | +ol:lang(he) li { |
| 598 | + list-style-type: hebrew; |
| 599 | +} |
| 600 | + |
| 601 | +ol:lang(gu) li { |
| 602 | + list-style-type: -moz-gujarati; |
| 603 | + list-style-type: gujarati; |
| 604 | +} |
| 605 | + |
| 606 | +ol:lang(kn) li { |
| 607 | + list-style-type: -moz-kannada; |
| 608 | + list-style-type: kannada; |
| 609 | +} |
| 610 | + |
| 611 | +ol:lang(km) li { |
| 612 | + list-style-type: -moz-khmer; |
| 613 | + list-style-type: khmer; |
| 614 | +} |
| 615 | + |
| 616 | +ol:lang(lo) li { |
| 617 | + list-style-type: -moz-lao; |
| 618 | + list-style-type: lao; |
| 619 | +} |
| 620 | + |
| 621 | +ol:lang(ml) li { |
| 622 | + list-style-type: -moz-malayalam; |
| 623 | + list-style-type: malayalam; |
| 624 | +} |
| 625 | + |
| 626 | +ol:lang(ya) li { |
| 627 | + list-style-type: -moz-tamil; |
| 628 | + list-style-type: tamil; |
| 629 | +} |
| 630 | + |
| 631 | +ol:lang(te) li { |
| 632 | + list-style-type: -moz-telugu; |
| 633 | + list-style-type: telugu; |
| 634 | +} |
| 635 | + |
| 636 | +ol:lang(th) li { |
| 637 | + list-style-type: -moz-thai; |
| 638 | + list-style-type: thai; |
| 639 | +} |
| 640 | + |
589 | 641 | /* tooltip styles */ |
590 | 642 | .mw-help-field-hint { |
591 | 643 | display: none; |