Index: trunk/phase3/skins/vector/main-ltr.css |
— | — | @@ -630,9 +630,9 @@ |
631 | 631 | } |
632 | 632 | #toc ul, |
633 | 633 | .toc ul { |
634 | | - list-style-type: none; |
635 | | - list-style-image: none; |
636 | | - margin-left: 0; |
| 634 | + list-style-type: none !important; |
| 635 | + list-style-image: none !important; |
| 636 | + margin-left: 0 !important; |
637 | 637 | padding-left: 0; |
638 | 638 | text-align: left; |
639 | 639 | } |
Index: trunk/phase3/skins/vector/main-rtl.css |
— | — | @@ -643,9 +643,9 @@ |
644 | 644 | } |
645 | 645 | #toc ul, |
646 | 646 | .toc ul { |
647 | | - list-style-type: none; |
648 | | - list-style-image: none; |
649 | | - margin-right: 0; |
| 647 | + list-style-type: none !important; |
| 648 | + list-style-image: none !important; |
| 649 | + margin-right: 0 !important; |
650 | 650 | padding-right: 0; |
651 | 651 | text-align: right; |
652 | 652 | } |