r44686 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r44685‎ | r44686 | r44687 >
Date:20:45, 16 December 2008
Author:aaron
Status:ok
Tags:
Comment:
(bug 16648) 'FlaggedRevs #mw-data-after-content overflows quickbar w/ standard classic skin'
Modified paths:
  • /trunk/phase3/skins/Standard.php (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/Standard.php
@@ -52,14 +52,14 @@
5353 if ( 2 == $qb ) { # Right
5454 $s .= "#quickbar { position: absolute; top: 4px; right: 4px; " .
5555 "border-left: 2px solid #000000; }\n" .
56 - "#article { margin-left: 4px; margin-right: 152px; }\n";
 56+ "#article, #mw-data-after-content { margin-left: 4px; margin-right: 152px; }\n";
5757 } else if ( 1 == $qb || 3 == $qb ) {
5858 $s .= "#quickbar { position: absolute; top: 4px; left: 4px; " .
5959 "border-right: 1px solid gray; }\n" .
60 - "#article { margin-left: 152px; margin-right: 4px; }\n";
 60+ "#article, #mw-data-after-content { margin-left: 152px; margin-right: 4px; }\n";
6161 } else if ( 4 == $qb) {
6262 $s .= "#quickbar { border-right: 1px solid gray; }\n" .
63 - "#article { margin-right: 152px; margin-left: 4px; }\n";
 63+ "#article, #mw-data-after-content { margin-right: 152px; margin-left: 4px; }\n";
6464 }
6565 return $s;
6666 }

Status & tagging log