From 360560fa81d8ac56f36d279b2cc05efd19131476 Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Tue, 7 Jul 2009 18:15:22 +0000 Subject: [PATCH] Remove bullets from TOC in Vector --- skins/vector/main-ltr.css | 6 +++--- skins/vector/main-rtl.css | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/skins/vector/main-ltr.css b/skins/vector/main-ltr.css index c362eec068..d4b73517e1 100644 --- a/skins/vector/main-ltr.css +++ b/skins/vector/main-ltr.css @@ -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; } diff --git a/skins/vector/main-rtl.css b/skins/vector/main-rtl.css index 2ae38fb22f..cc1382f32e 100644 --- a/skins/vector/main-rtl.css +++ b/skins/vector/main-rtl.css @@ -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; } -- 2.20.1