Remove bullets from TOC in Vector
authorRoan Kattouw <catrope@users.mediawiki.org>
Tue, 7 Jul 2009 18:15:22 +0000 (18:15 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Tue, 7 Jul 2009 18:15:22 +0000 (18:15 +0000)
skins/vector/main-ltr.css
skins/vector/main-rtl.css

index c362eec..d4b7351 100644 (file)
@@ -630,9 +630,9 @@ div#content select {
 }
 #toc ul,
 .toc ul {
-       list-style-type: none;
-       list-style-image: none;
-       margin-left: 0;
+       list-style-type: none !important;
+       list-style-image: none !important;
+       margin-left: 0 !important;
        padding-left: 0;
        text-align: left;
 }
index 2ae38fb..cc1382f 100644 (file)
@@ -643,9 +643,9 @@ div#content select {
 }
 #toc ul,
 .toc ul {
-       list-style-type: none;
-       list-style-image: none;
-       margin-right: 0;
+       list-style-type: none !important;
+       list-style-image: none !important;
+       margin-right: 0 !important;
        padding-right: 0;
        text-align: right;
 }