Scaled down link icons for the Vector skin - previous icons were 16px, now they are...
authorTrevor Parscal <tparscal@users.mediawiki.org>
Mon, 10 May 2010 18:29:31 +0000 (18:29 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Mon, 10 May 2010 18:29:31 +0000 (18:29 +0000)
12 files changed:
includes/DefaultSettings.php
skins/vector/images/audio-icon.png
skins/vector/images/document-icon.png
skins/vector/images/file-icon.png
skins/vector/images/link-icon.png
skins/vector/images/lock-icon.png
skins/vector/images/mail-icon.png
skins/vector/images/news-icon.png
skins/vector/images/talk-icon.png
skins/vector/images/video-icon.png
skins/vector/main-ltr.css
skins/vector/main-rtl.css

index 49b475c..69aeb8d 100644 (file)
@@ -1677,7 +1677,7 @@ $wgCacheEpoch = '20030516000000';
  * to ensure that client-side caches do not keep obsolete copies of global
  * styles.
  */
-$wgStyleVersion = '276';
+$wgStyleVersion = '277';
 
 
 # Server-side caching:
index 0f59a2b..f5cbda3 100644 (file)
Binary files a/skins/vector/images/audio-icon.png and b/skins/vector/images/audio-icon.png differ
index 91dc16f..6a7f1f2 100644 (file)
Binary files a/skins/vector/images/document-icon.png and b/skins/vector/images/document-icon.png differ
index 1261f00..ff0952f 100644 (file)
Binary files a/skins/vector/images/file-icon.png and b/skins/vector/images/file-icon.png differ
index fc77e81..aed4c21 100644 (file)
Binary files a/skins/vector/images/link-icon.png and b/skins/vector/images/link-icon.png differ
index 9e63807..f7f0a46 100644 (file)
Binary files a/skins/vector/images/lock-icon.png and b/skins/vector/images/lock-icon.png differ
index 50de078..3237302 100644 (file)
Binary files a/skins/vector/images/mail-icon.png and b/skins/vector/images/mail-icon.png differ
index 8ab4995..06a66aa 100644 (file)
Binary files a/skins/vector/images/news-icon.png and b/skins/vector/images/news-icon.png differ
index 0b80ee9..e9c2a12 100644 (file)
Binary files a/skins/vector/images/talk-icon.png and b/skins/vector/images/talk-icon.png differ
index 5e7f4af..c16e494 100644 (file)
Binary files a/skins/vector/images/video-icon.png and b/skins/vector/images/video-icon.png differ
index 98619fd..9f26e51 100644 (file)
@@ -993,32 +993,32 @@ h3, h4, h5 {
 }
 #content a.external,
 #content a[href ^="gopher://"] {
-       background: url(images/external-link-ltr-icon.png?1) center right no-repeat;
+       background: url(images/external-link-ltr-icon.png?2) center right no-repeat;
        padding: 0 13px 0 0;
 }
 #content a[href ^="https://"],
 .link-https {
-       background: url(images/lock-icon.png?1) center right no-repeat;
+       background: url(images/lock-icon.png?2) center right no-repeat;
        padding: 0 18px 0 0;
 }
 #content a[href ^="mailto:"],
 .link-mailto {
-       background: url(images/mail-icon.png?1) center right no-repeat;
+       background: url(images/mail-icon.png?2) center right no-repeat;
        padding: 0 18px 0 0;
 }
 #content a[href ^="news://"] {
-       background: url(images/news-icon.png?1) center right no-repeat;
+       background: url(images/news-icon.png?2) center right no-repeat;
        padding: 0 18px 0 0;
 }
 #content a[href ^="ftp://"],
 .link-ftp {
-       background: url(images/file-icon.png?1) center right no-repeat;
+       background: url(images/file-icon.png?2) center right no-repeat;
        padding: 0 18px 0 0;
 }
 #content a[href ^="irc://"],
 #content a.extiw[href ^="irc://"],
 .link-irc {
-       background: url(images/talk-icon.png?1) center right no-repeat;
+       background: url(images/talk-icon.png?2) center right no-repeat;
        padding: 0 18px 0 0;
 }
 #content a.external[href $=".ogg"], #content a.external[href $=".OGG"],
@@ -1028,7 +1028,7 @@ h3, h4, h5 {
 #content a.external[href $=".wav"], #content a.external[href $=".WAV"],
 #content a.external[href $=".wma"], #content a.external[href $=".WMA"],
 .link-audio {
-       background: url("images/audio-icon.png") center right no-repeat;
+       background: url("images/audio-icon.png?2") center right no-repeat;
        padding: 0 18px 0 0;
 }
 #content a.external[href $=".ogm"], #content a.external[href $=".OGM"],
@@ -1036,14 +1036,14 @@ h3, h4, h5 {
 #content a.external[href $=".mpeg"], #content a.external[href $=".MPEG"],
 #content a.external[href $=".mpg"], #content a.external[href $=".MPG"],
 .link-video {
-       background: url("images/video-icon.png") center right no-repeat;
+       background: url("images/video-icon.png?2") center right no-repeat;
        padding: 0 18px 0 0;
 }
 #content a.external[href $=".pdf"], #content a.external[href $=".PDF"],
 #content a.external[href *=".pdf#"], #content a.external[href *=".PDF#"],
 #content a.external[href *=".pdf?"], #content a.external[href *=".PDF?"],
 .link-document {
-       background: url("images/document-icon.png") center right no-repeat;
+       background: url("images/document-icon.png?2") center right no-repeat;
        padding: 0 18px 0 0;
 }
 /* Interwiki Styling  (Disabled) */
index 116a7c4..43b510b 100644 (file)
@@ -993,32 +993,32 @@ h3, h4, h5 {
 }
 #content a.external,
 #content a[href ^="gopher://"] {
-       background: url(images/external-link-rtl-icon.png?1) center left no-repeat;
+       background: url(images/external-link-rtl-icon.png?2) center left no-repeat;
        padding: 0 0 0 13px;
 }
 #content a[href ^="https://"],
 .link-https {
-       background: url(images/lock-icon.png?1) center left no-repeat;
+       background: url(images/lock-icon.png?2) center left no-repeat;
        padding: 0 0 0 18px;
 }
 #content a[href ^="mailto:"],
 .link-mailto {
-       background: url(images/mail-icon.png?1) center left no-repeat;
+       background: url(images/mail-icon.png?2) center left no-repeat;
        padding: 0 0 0 18px;
 }
 #content a[href ^="news://"] {
-       background: url(images/news-icon.png?1) center left no-repeat;
+       background: url(images/news-icon.png?2) center left no-repeat;
        padding: 0 0 0 18px;
 }
 #content a[href ^="ftp://"],
 .link-ftp {
-       background: url(images/file-icon.png?1) center left no-repeat;
+       background: url(images/file-icon.png?2) center left no-repeat;
        padding: 0 0 0 18px;
 }
 #content a[href ^="irc://"],
 #content a.extiw[href ^="irc://"],
 .link-irc {
-       background: url(images/talk-icon.png?1) center left no-repeat;
+       background: url(images/talk-icon.png?2) center left no-repeat;
        padding: 0 0 0 18px;
 }
 #content a.external[href $=".ogg"], #content a.external[href $=".OGG"],
@@ -1028,7 +1028,7 @@ h3, h4, h5 {
 #content a.external[href $=".wav"], #content a.external[href $=".WAV"],
 #content a.external[href $=".wma"], #content a.external[href $=".WMA"],
 .link-audio {
-       background: url("images/audio-icon.png") center left no-repeat;
+       background: url("images/audio-icon.png?2") center left no-repeat;
        padding: 0 0 0 18px;
 }
 #content a.external[href $=".ogm"], #content a.external[href $=".OGM"],
@@ -1036,14 +1036,14 @@ h3, h4, h5 {
 #content a.external[href $=".mpeg"], #content a.external[href $=".MPEG"],
 #content a.external[href $=".mpg"], #content a.external[href $=".MPG"],
 .link-video {
-       background: url("images/video-icon.png") center left no-repeat;
+       background: url("images/video-icon.png?2") center left no-repeat;
        padding: 0 0 0 18px;
 }
 #content a.external[href $=".pdf"], #content a.external[href $=".PDF"],
 #content a.external[href *=".pdf#"], #content a.external[href *=".PDF#"],
 #content a.external[href *=".pdf?"], #content a.external[href *=".PDF?"],
 .link-document {
-       background: url("images/document-icon.png") center left no-repeat;
+       background: url("images/document-icon.png?2") center left no-repeat;
        padding: 0 0 0 18px;
 }
 /* Interwiki Styling  (Disabled) */