diff options
author | Siri Reiter <siri@jones.dk> | 2009-04-07 02:35:22 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2009-04-07 02:35:22 +0200 |
commit | fed50b2fab6ccb5c945df49a3e677699c92ba9f7 (patch) | |
tree | 49850a35b667e67a6f13c52d50607c467eb41fa7 | |
parent | 3ceb4008041559917c399ffdbbdd062b0a5fd0b5 (diff) |
Position right.
-rw-r--r-- | local.css | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -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 { |