Index: trunk/phase3/includes/specials/SpecialSearch.php |
— | — | @@ -370,7 +370,7 @@ |
371 | 371 | $wgOut->addScriptFile( 'search.js' ); |
372 | 372 | |
373 | 373 | // Bug #16886: Sister projects box moves down the first extract on IE7 |
374 | | - $wgOut->addStyle( 'common/IE80Fixes.css', 'screen', 'IE 7' ); |
| 374 | + $wgOut->addStyle( 'common/IE70Fixes.css', 'screen', 'IE 7' ); |
375 | 375 | } |
376 | 376 | |
377 | 377 | /** |