r78946 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r78945‎ | r78946 | r78947 >
Date:01:41, 24 December 2010
Author:krinkle
Status:ok
Tags:
Comment:
Follow-up r77121
* Clearing float after sidebar to prevent it from sticking out on short pages
* Changing line-breaking clear-float to a non-line breaking one
Modified paths:
  • /trunk/phase3/includes/installer/WebInstaller.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/WebInstaller.php
@@ -538,8 +538,9 @@
539539 */
540540 private function endPageWrapper() {
541541 $this->output->addHTMLNoFlush(
542 - "</div>\n" .
543 - "<br style=\"clear:both\"/>\n" .
 542+ "<div class=\"visualClear\"></div>\n" .
 543+ "</div>\n" .
 544+ "<div class=\"visualClear\"></div>\n" .
544545 "</div>" );
545546 }
546547

Follow-up revisions

RevisionCommit summaryAuthorDate
r801901.17: MFT first batch of installer changes: r78043, r78231, r78259, r78300, r...catrope20:47, 13 January 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r77121Putting .config-page-list (sidebar nav) floating to the right as part of the ...krinkle23:52, 22 November 2010

Status & tagging log