summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2009-04-15 22:46:03 +0200
committerSiri Reiter <siri@jones.dk>2009-04-15 22:46:03 +0200
commit6e51afb874169d0c9bd589c1c60f0b42e5b8c133 (patch)
tree3754731ae835a6eb8ca8c09b0e87c65c7633861d
parente68639356c89c6407a865e49b0d1aa329c49c9da (diff)
Add display inline to floating objects.
-rw-r--r--local.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/local.css b/local.css
index 1253054a..0a132745 100644
--- a/local.css
+++ b/local.css
@@ -166,6 +166,7 @@ DIV#sidebar {
background-color: LightBlue;
min-height: 480px;
float: left;
+ display: inline;
text-align: left;
}
@@ -193,6 +194,7 @@ DIV#farbar {
background-color: LightBlue;
clear: both;
float: right;
+ display: inline;
margin: 20px 20px 1em 20px;
max-width: 180px;
padding: 10px;