From 6e51afb874169d0c9bd589c1c60f0b42e5b8c133 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Wed, 15 Apr 2009 22:46:03 +0200 Subject: Add display inline to floating objects. --- local.css | 2 ++ 1 file changed, 2 insertions(+) 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; -- cgit v1.2.3