diff options
-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; |