Index: trunk/phase3/includes/specials/SpecialInterwiki.php |
— | — | @@ -231,7 +231,7 @@ |
232 | 232 | |
233 | 233 | $out = " |
234 | 234 | <br /> |
235 | | - <table width='100%' border='2' id='interwikitable'> |
| 235 | + <table width='100%' style='border:1px solid #aaa;' class='wikitable'> |
236 | 236 | <tr id='interwikitable-header'><th>$prefixmessage</th> <th>$urlmessage</th> <th>$localmessage</th> <th>$transmessage</th>"; |
237 | 237 | if( $admin ) { |
238 | 238 | $deletemessage = wfMsgHtml( 'delete' ); |