From e02fa83cc06bc6a662a7cc9b05fcfee16e412afa Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Wed, 6 Jul 2011 13:23:24 +0200 Subject: Fix add 1% space betwwen content and sidebar/farbar. --- local.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/local.scss b/local.scss index c4cafe7..25a2209 100644 --- a/local.scss +++ b/local.scss @@ -84,7 +84,7 @@ DIV#pagebody { background-position: 80% 150px; } DIV#content { - margin: 0 10% 0 15%; + margin: 0 11% 0 16%; } DIV.sidebar { float: left; @@ -93,6 +93,7 @@ DIV.sidebar { border: none; margin-top: 5em; margin-left: -100%; + padding: 0; text-align: right; } DIV.sidebar P { -- cgit v1.2.3