Fix regression from 36662: broke the external link icon totally, external links weren...
authorJack Phoenix <ashley@users.mediawiki.org>
Thu, 26 Jun 2008 16:02:39 +0000 (16:02 +0000)
committerJack Phoenix <ashley@users.mediawiki.org>
Thu, 26 Jun 2008 16:02:39 +0000 (16:02 +0000)
includes/DefaultSettings.php
skins/monobook/main.css

index 3c8ba04..6aae1d6 100644 (file)
@@ -1341,7 +1341,7 @@ $wgCacheEpoch = '20030516000000';
  * to ensure that client-side caches don't keep obsolete copies of global
  * styles.
  */
-$wgStyleVersion = '159';
+$wgStyleVersion = '160';
 
 
 # Server-side caching:
index 45cf152..8db47d2 100644 (file)
@@ -526,7 +526,7 @@ table.rimage {
 */
 #bodyContent a.external,
 #bodyContent a[href ^="gopher://"] {
-       background: url(exteg) center right no-repeat;
+       background: url(external.png) center right no-repeat;
        padding-right: 13px;
 }
 #bodyContent a[href ^="https://"],