summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2010-10-02 14:05:04 +0200
committerSiri Reiter <siri@jones.dk>2010-10-02 14:05:04 +0200
commit8460f813fae4788678f5af54a9e7cd8f40752bb8 (patch)
tree6585416a4ee6038f3067feb27ba42c12bf48c903 /local.css
parentb387229b2fcb4e9ab1601a0dbc3e4544e049f82f (diff)
Style: Sidebar, content and farbar placement match layout gala.
Diffstat (limited to 'local.css')
-rw-r--r--local.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/local.css b/local.css
index 67d2599c..1eb9f6cd 100644
--- a/local.css
+++ b/local.css
@@ -121,7 +121,7 @@ DIV#pagebody {
}
DIV#content {
- margin: 2% 30% 15% 0;
+ margin: 2% 30% 15% 30%;
padding: 0;
max-width: 55em;
}
@@ -130,7 +130,7 @@ DIV.sidebar {
float: left;
border: none;
margin-top: 1em;
- margin-left: 0;
+ margin-left: -100%;
margin-right: 2%;
width: 17%;
padding: 0 0 0 1%;
@@ -184,10 +184,10 @@ DIV.sidebar DIV.notebox A {
}
DIV.farbar {
- float: right;
- margin-left: -30%;
+ float: left;
+ margin-left: -25%;
background: lightblue;
- width: 30%
+ width: 25%
max-width: 300px;
}