From c3d964f7477e0d34452fb8a2dc9b6a53a3214e79 Mon Sep 17 00:00:00 2001 From: Uriel Date: Thu, 14 Jun 2007 02:19:12 +0200 Subject: [PATCH] Minnor tunning of margins and padding in sidebar to make more space for longer page names --- pub/style/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pub/style/style.css b/pub/style/style.css index 1eed603..dfffd24 100644 --- a/pub/style/style.css +++ b/pub/style/style.css @@ -131,7 +131,7 @@ display: none; .sideBarTitle { font-weight: bold; - margin: 0 0 0.5em 2.5mm; + margin: 0 0 0.5em 2mm; padding: 1em 0 0 0; } @@ -143,7 +143,7 @@ display: none; } li ul { - padding-left: 1.2em !important; + padding-left: 1.0em !important; } #side-bar li { @@ -156,7 +156,7 @@ li ul { background-color: transparent; text-decoration: none; margin: 0; - padding: 0.35em 1ex 0.35em 5mm; + padding: 0.35em 1ex 0.35em 2mm; display: block; text-transform: capitalize; font-weight: bold;