Index: trunk/extensions/CentralNotice/special/SpecialBannerAllocation.php |
— | — | @@ -191,9 +191,9 @@ |
192 | 192 | $viewCampaign = $this->getTitleFor( 'CentralNotice' ); |
193 | 193 | |
194 | 194 | $htmlOut = Xml::openElement( 'table', |
195 | | - array ( 'cellpadding' => 9, 'class' => 'wikitable sortable', 'style' => 'border: 1px solid gray; margin: 1em' ) |
| 195 | + array ( 'cellpadding' => 9, 'class' => 'wikitable sortable', 'style' => 'margin: 1em;' ) |
196 | 196 | ); |
197 | | - $htmlOut .= Xml::element( 'caption', array( 'style' => 'font-size:1.2em' ), $type ); |
| 197 | + $htmlOut .= Xml::element( 'caption', array( 'style' => 'font-size: 1.2em;' ), $type ); |
198 | 198 | $htmlOut .= Xml::openElement( 'tr' ); |
199 | 199 | $htmlOut .= Xml::element( 'th', array( 'width' => '20%' ), |
200 | 200 | wfMsg ( 'centralnotice-percentage' ) ); |