Index: trunk/phase3/skins/monobook/main.css |
— | — | @@ -526,7 +526,7 @@ |
527 | 527 | */ |
528 | 528 | #bodyContent a.external, |
529 | 529 | #bodyContent a[href ^="gopher://"] { |
530 | | - background: url(exteg) center right no-repeat; |
| 530 | + background: url(external.png) center right no-repeat; |
531 | 531 | padding-right: 13px; |
532 | 532 | } |
533 | 533 | #bodyContent a[href ^="https://"], |
Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -1341,7 +1341,7 @@ |
1342 | 1342 | * to ensure that client-side caches don't keep obsolete copies of global |
1343 | 1343 | * styles. |
1344 | 1344 | */ |
1345 | | -$wgStyleVersion = '159'; |
| 1345 | +$wgStyleVersion = '160'; |
1346 | 1346 | |
1347 | 1347 | |
1348 | 1348 | # Server-side caching: |