summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2010-07-20 15:23:00 +0200
committerSiri Reiter <siri@jones.dk>2010-07-20 15:23:00 +0200
commit5005a646a9ff0c3bd070b9773459d08a171ab5b6 (patch)
tree98ceb1354420418adbd5ab85838e6c4d7ddbba09
parent4d3d3e48e4f7dc1072e7a75cb101fd8179ced277 (diff)
CSS: Add farbar.
-rw-r--r--local.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/local.css b/local.css
index 4d1e1811..694b1eee 100644
--- a/local.css
+++ b/local.css
@@ -39,7 +39,7 @@ EM {
IMG.icon {
float: right;
width: 184px;
- margin-right: -184px;
+ margin-right: -200px;
}
body {
@@ -160,6 +160,12 @@ DIV#sidebar A:hover {
color: #06c;
}
+DIV.farbar {
+ background: none;
+ width: 30%
+ max-width: 300px;
+}
+
DIV.notebox {
color: #9cf !important;
background: none;