summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2011-07-06 13:23:24 +0200
committerJonas Smedegaard <dr@jones.dk>2011-07-06 13:23:24 +0200
commite02fa83cc06bc6a662a7cc9b05fcfee16e412afa (patch)
tree114a50782a486be361d293a2662a4d2a69e15a08
parent6f22a11527014897cfb4fd4ec2a7471edf576393 (diff)
Fix add 1% space betwwen content and sidebar/farbar.
-rw-r--r--local.scss3
1 files changed, 2 insertions, 1 deletions
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 {