Follow-up r77121
authorKrinkle <krinkle@users.mediawiki.org>
Fri, 24 Dec 2010 01:41:15 +0000 (01:41 +0000)
committerKrinkle <krinkle@users.mediawiki.org>
Fri, 24 Dec 2010 01:41:15 +0000 (01:41 +0000)
* Clearing float after sidebar to prevent it from sticking out on short pages
* Changing line-breaking clear-float to a non-line breaking one

includes/installer/WebInstaller.php

index cee86dd..87a879a 100644 (file)
@@ -538,8 +538,9 @@ class WebInstaller extends CoreInstaller {
         */
        private function endPageWrapper() {
                $this->output->addHTMLNoFlush(
-                       "</div>\n" .
-                       "<br style=\"clear:both\"/>\n" .
+                                       "<div class=\"visualClear\"></div>\n" .
+                               "</div>\n" .
+                               "<div class=\"visualClear\"></div>\n" .
                        "</div>" );
        }