Index: trunk/phase3/skins/CologneBlue.php |
— | — | @@ -109,6 +109,7 @@ |
110 | 110 | function setupSkinUserCss( OutputPage $out ){ |
111 | 111 | global $wgContLang; |
112 | 112 | $qb = $this->qbSetting(); |
| 113 | + $rules = array(); |
113 | 114 | |
114 | 115 | if ( 2 == $qb ) { # Right |
115 | 116 | $rules[] = "#quickbar { position: absolute; right: 4px; }"; |
Index: trunk/phase3/skins/Standard.php |
— | — | @@ -22,6 +22,8 @@ |
23 | 23 | function setupSkinUserCss( OutputPage $out ){ |
24 | 24 | global $wgContLang; |
25 | 25 | $qb = $this->qbSetting(); |
| 26 | + $rules = array(); |
| 27 | + |
26 | 28 | if ( 2 == $qb ) { # Right |
27 | 29 | $rules[] = "#quickbar { position: absolute; top: 4px; right: 4px; border-left: 2px solid #000000; }"; |
28 | 30 | $rules[] = "#article, #mw-data-after-content { margin-left: 4px; margin-right: 152px; }"; |