From: Roan Kattouw Date: Tue, 7 Jul 2009 18:15:22 +0000 (+0000) Subject: Remove bullets from TOC in Vector X-Git-Tag: 1.31.0-rc.0~41062 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=commitdiff_plain;h=360560fa81d8ac56f36d279b2cc05efd19131476;p=lhc%2Fweb%2Fwiklou.git Remove bullets from TOC in Vector --- 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; }