r36679 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r36678‎ | r36679 | r36680 >
Date:16:02, 26 June 2008
Author:ashley
Status:old
Tags:
Comment:
Fix regression from 36662: broke the external link icon totally, external links weren't showing up as such...
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)
  • /trunk/phase3/skins/monobook/main.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/monobook/main.css
@@ -526,7 +526,7 @@
527527 */
528528 #bodyContent a.external,
529529 #bodyContent a[href ^="gopher://"] {
530 - background: url(exteg) center right no-repeat;
 530+ background: url(external.png) center right no-repeat;
531531 padding-right: 13px;
532532 }
533533 #bodyContent a[href ^="https://"],
Index: trunk/phase3/includes/DefaultSettings.php
@@ -1341,7 +1341,7 @@
13421342 * to ensure that client-side caches don't keep obsolete copies of global
13431343 * styles.
13441344 */
1345 -$wgStyleVersion = '159';
 1345+$wgStyleVersion = '160';
13461346
13471347
13481348 # Server-side caching:

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r36662(bug 14647) Remove unused 'townBox' class from global CSS.demon00:26, 26 June 2008

Status & tagging log