Resolves bug #19599 using specific rules rather than !important
authorTrevor Parscal <tparscal@users.mediawiki.org>
Wed, 8 Jul 2009 18:02:17 +0000 (18:02 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Wed, 8 Jul 2009 18:02:17 +0000 (18:02 +0000)
skins/vector/main-ltr.css
skins/vector/main-rtl.css

index 238f8bb..445d5bc 100644 (file)
@@ -628,11 +628,11 @@ div#content select {
 .toc .toctitle {
        text-align: center;
 }
-#toc ul,
-.toc ul {
-       list-style-type: none !important;
-       list-style-image: none !important;
-       margin-left: 0 !important;
+div#content #toc ul,
+div#content .toc ul {
+       list-style-type: none;
+       list-style-image: none;
+       margin-left: 0;
        padding-left: 0;
        text-align: left;
 }
index 8ce4513..07b7534 100644 (file)
@@ -641,11 +641,11 @@ div#content select {
 .toc .toctitle {
        text-align: center;
 }
-#toc ul,
-.toc ul {
-       list-style-type: none !important;
-       list-style-image: none !important;
-       margin-right: 0 !important;
+div#content #toc ul,
+div#content .toc ul {
+       list-style-type: none;
+       list-style-image: none;
+       margin-right: 0;
        padding-right: 0;
        text-align: right;
 }