From 2d7f08707647e7a64ce0e5d1d4881ee073644d93 Mon Sep 17 00:00:00 2001 From: Uriel Date: Sun, 24 Jun 2007 07:10:53 +0200 Subject: [PATCH] Add an extra em of width to sidebar --- pub/style/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pub/style/style.css b/pub/style/style.css index 3496dac..2181b4c 100644 --- a/pub/style/style.css +++ b/pub/style/style.css @@ -119,7 +119,7 @@ display: none; /* ##### Side Boxes ##### */ #side-bar { - width: 15em; + width: 16em; float: left; clear: left; border-right: 1px solid rgb(153,153,153); @@ -212,7 +212,7 @@ li ul { background-color: transparent; text-align: justify; line-height: 1.5em; - margin: 0em 0 0 15em; + margin: 0em 0 0 16em; padding: 0.5mm 5mm 5mm 10mm; border-left: 1px solid rgb(153,153,153); }