Index: trunk/extensions/Translate/SpecialLanguageStats.php |
— | — | @@ -149,12 +149,7 @@ |
150 | 150 | $out .= Xml::openElement( |
151 | 151 | 'table', |
152 | 152 | array( |
153 | | - 'class' => "sortable wikitable", |
154 | | - 'border' => '2', |
155 | | - 'cellpadding' => '4', |
156 | | - 'cellspacing' => '0', |
157 | | - 'style' => "background-color: #F9F9F9; border: 1px #AAAAAA solid; border-collapse: collapse; clear:both;", |
158 | | - 'width' => "100%" |
| 153 | + 'class' => "sortable wikitable" |
159 | 154 | ) |
160 | 155 | ); |
161 | 156 | |