diff options
author | Siri Reiter <siri@jones.dk> | 2009-04-15 22:46:03 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2009-04-15 22:46:03 +0200 |
commit | 6e51afb874169d0c9bd589c1c60f0b42e5b8c133 (patch) | |
tree | 3754731ae835a6eb8ca8c09b0e87c65c7633861d | |
parent | e68639356c89c6407a865e49b0d1aa329c49c9da (diff) |
Add display inline to floating objects.
-rw-r--r-- | local.css | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |