summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2009-04-07 02:35:22 +0200
committerSiri Reiter <siri@jones.dk>2009-04-07 02:35:22 +0200
commitfed50b2fab6ccb5c945df49a3e677699c92ba9f7 (patch)
tree49850a35b667e67a6f13c52d50607c467eb41fa7 /local.css
parent3ceb4008041559917c399ffdbbdd062b0a5fd0b5 (diff)
Position right.
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 {