From 148144cb272c15ccaece3d0d309bcd09574384e8 Mon Sep 17 00:00:00 2001 From: Trevor Parscal Date: Wed, 8 Jul 2009 18:02:17 +0000 Subject: [PATCH] Resolves bug #19599 using specific rules rather than !important --- skins/vector/main-ltr.css | 10 +++++----- skins/vector/main-rtl.css | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/skins/vector/main-ltr.css b/skins/vector/main-ltr.css index 238f8bb296..445d5bc196 100644 --- a/skins/vector/main-ltr.css +++ b/skins/vector/main-ltr.css @@ -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; } diff --git a/skins/vector/main-rtl.css b/skins/vector/main-rtl.css index 8ce4513fe8..07b753485a 100644 --- a/skins/vector/main-rtl.css +++ b/skins/vector/main-rtl.css @@ -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; } -- 2.20.1