From 157a8f5c3967c2f8ec4656db374aaca7a452ac46 Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Mon, 2 Aug 2010 22:55:01 +0200 Subject: [PATCH] prevent divs to be pushed below sidebar --- assets/stylesheets/wiki_notes.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/stylesheets/wiki_notes.css b/assets/stylesheets/wiki_notes.css index cb4d6ff..8c25837 100644 --- a/assets/stylesheets/wiki_notes.css +++ b/assets/stylesheets/wiki_notes.css @@ -4,7 +4,7 @@ margin-right: auto; width: 70% !important; min-height: 40px; - clear: both; + clear: left; text-align: justify; vertical-align: middle; border-collapse: collapse;