summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
Diffstat (limited to 'local.css')
-rw-r--r--local.css10
1 files changed, 6 insertions, 4 deletions
diff --git a/local.css b/local.css
index e6e2856f..e0a6e5a9 100644
--- a/local.css
+++ b/local.css
@@ -188,14 +188,16 @@ DIV#sidebar ul li SPAN.selflink {
}
DIV#farbar {
+ background-color: LightBlue;
clear: both;
- width: 15%;
- max-width: 200px;
+ float: right;
margin: 20px 20px 1em 1em;
+ max-width: 200px;
padding: 1em;
- background-color: LightBlue;
- float: right;
+ position: absolute;
+ right: 0;
text-align: left;
+ width: 15%;
}
DIV#backlinks {