From: Antoine Musso Date: Mon, 20 Sep 2004 02:45:19 +0000 (+0000) Subject: a bit better toc X-Git-Tag: 1.5.0alpha1~1943 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=25407da49bf5929e7b35a36ee2350113448993e4;p=lhc%2Fweb%2Fwiklou.git a bit better toc --- diff --git a/skins/amethyst/main.css b/skins/amethyst/main.css index 7a0dfcb43b..5217cfeb23 100644 --- a/skins/amethyst/main.css +++ b/skins/amethyst/main.css @@ -331,11 +331,12 @@ table.small { font-size: 100% } #toc { /* border:1px solid #2f6fab;*/ - /*border:1px solid #aaaaaa;*/ - background-color: Black; + padding:0.5em; + border:1px solid #aaaaaa; + background-color: #2F333B; font-size: 95%; } -#toc .toctitle { background: #2A3C61; } +#toc .toctitle { background: #2A3C61;} #toc .tocindent { margin-left: 2em; } #toc .tocline { margin-bottom: 0px; } #toc p { margin: 0 }