Index: trunk/phase3/skins/vector/images/video-icon.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Index: trunk/phase3/skins/vector/images/news-icon.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Index: trunk/phase3/skins/vector/images/document-icon.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Index: trunk/phase3/skins/vector/images/mail-icon.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Index: trunk/phase3/skins/vector/images/audio-icon.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Index: trunk/phase3/skins/vector/images/file-icon.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Index: trunk/phase3/skins/vector/images/lock-icon.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Index: trunk/phase3/skins/vector/images/talk-icon.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Index: trunk/phase3/skins/vector/images/link-icon.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Index: trunk/phase3/skins/vector/main-ltr.css |
— | — | @@ -993,32 +993,32 @@ |
994 | 994 | } |
995 | 995 | #content a.external, |
996 | 996 | #content a[href ^="gopher://"] { |
997 | | - background: url(images/external-link-ltr-icon.png?1) center right no-repeat; |
| 997 | + background: url(images/external-link-ltr-icon.png?2) center right no-repeat; |
998 | 998 | padding: 0 13px 0 0; |
999 | 999 | } |
1000 | 1000 | #content a[href ^="https://"], |
1001 | 1001 | .link-https { |
1002 | | - background: url(images/lock-icon.png?1) center right no-repeat; |
| 1002 | + background: url(images/lock-icon.png?2) center right no-repeat; |
1003 | 1003 | padding: 0 18px 0 0; |
1004 | 1004 | } |
1005 | 1005 | #content a[href ^="mailto:"], |
1006 | 1006 | .link-mailto { |
1007 | | - background: url(images/mail-icon.png?1) center right no-repeat; |
| 1007 | + background: url(images/mail-icon.png?2) center right no-repeat; |
1008 | 1008 | padding: 0 18px 0 0; |
1009 | 1009 | } |
1010 | 1010 | #content a[href ^="news://"] { |
1011 | | - background: url(images/news-icon.png?1) center right no-repeat; |
| 1011 | + background: url(images/news-icon.png?2) center right no-repeat; |
1012 | 1012 | padding: 0 18px 0 0; |
1013 | 1013 | } |
1014 | 1014 | #content a[href ^="ftp://"], |
1015 | 1015 | .link-ftp { |
1016 | | - background: url(images/file-icon.png?1) center right no-repeat; |
| 1016 | + background: url(images/file-icon.png?2) center right no-repeat; |
1017 | 1017 | padding: 0 18px 0 0; |
1018 | 1018 | } |
1019 | 1019 | #content a[href ^="irc://"], |
1020 | 1020 | #content a.extiw[href ^="irc://"], |
1021 | 1021 | .link-irc { |
1022 | | - background: url(images/talk-icon.png?1) center right no-repeat; |
| 1022 | + background: url(images/talk-icon.png?2) center right no-repeat; |
1023 | 1023 | padding: 0 18px 0 0; |
1024 | 1024 | } |
1025 | 1025 | #content a.external[href $=".ogg"], #content a.external[href $=".OGG"], |
— | — | @@ -1028,7 +1028,7 @@ |
1029 | 1029 | #content a.external[href $=".wav"], #content a.external[href $=".WAV"], |
1030 | 1030 | #content a.external[href $=".wma"], #content a.external[href $=".WMA"], |
1031 | 1031 | .link-audio { |
1032 | | - background: url("images/audio-icon.png") center right no-repeat; |
| 1032 | + background: url("images/audio-icon.png?2") center right no-repeat; |
1033 | 1033 | padding: 0 18px 0 0; |
1034 | 1034 | } |
1035 | 1035 | #content a.external[href $=".ogm"], #content a.external[href $=".OGM"], |
— | — | @@ -1036,14 +1036,14 @@ |
1037 | 1037 | #content a.external[href $=".mpeg"], #content a.external[href $=".MPEG"], |
1038 | 1038 | #content a.external[href $=".mpg"], #content a.external[href $=".MPG"], |
1039 | 1039 | .link-video { |
1040 | | - background: url("images/video-icon.png") center right no-repeat; |
| 1040 | + background: url("images/video-icon.png?2") center right no-repeat; |
1041 | 1041 | padding: 0 18px 0 0; |
1042 | 1042 | } |
1043 | 1043 | #content a.external[href $=".pdf"], #content a.external[href $=".PDF"], |
1044 | 1044 | #content a.external[href *=".pdf#"], #content a.external[href *=".PDF#"], |
1045 | 1045 | #content a.external[href *=".pdf?"], #content a.external[href *=".PDF?"], |
1046 | 1046 | .link-document { |
1047 | | - background: url("images/document-icon.png") center right no-repeat; |
| 1047 | + background: url("images/document-icon.png?2") center right no-repeat; |
1048 | 1048 | padding: 0 18px 0 0; |
1049 | 1049 | } |
1050 | 1050 | /* Interwiki Styling (Disabled) */ |
Index: trunk/phase3/skins/vector/main-rtl.css |
— | — | @@ -993,32 +993,32 @@ |
994 | 994 | } |
995 | 995 | #content a.external, |
996 | 996 | #content a[href ^="gopher://"] { |
997 | | - background: url(images/external-link-rtl-icon.png?1) center left no-repeat; |
| 997 | + background: url(images/external-link-rtl-icon.png?2) center left no-repeat; |
998 | 998 | padding: 0 0 0 13px; |
999 | 999 | } |
1000 | 1000 | #content a[href ^="https://"], |
1001 | 1001 | .link-https { |
1002 | | - background: url(images/lock-icon.png?1) center left no-repeat; |
| 1002 | + background: url(images/lock-icon.png?2) center left no-repeat; |
1003 | 1003 | padding: 0 0 0 18px; |
1004 | 1004 | } |
1005 | 1005 | #content a[href ^="mailto:"], |
1006 | 1006 | .link-mailto { |
1007 | | - background: url(images/mail-icon.png?1) center left no-repeat; |
| 1007 | + background: url(images/mail-icon.png?2) center left no-repeat; |
1008 | 1008 | padding: 0 0 0 18px; |
1009 | 1009 | } |
1010 | 1010 | #content a[href ^="news://"] { |
1011 | | - background: url(images/news-icon.png?1) center left no-repeat; |
| 1011 | + background: url(images/news-icon.png?2) center left no-repeat; |
1012 | 1012 | padding: 0 0 0 18px; |
1013 | 1013 | } |
1014 | 1014 | #content a[href ^="ftp://"], |
1015 | 1015 | .link-ftp { |
1016 | | - background: url(images/file-icon.png?1) center left no-repeat; |
| 1016 | + background: url(images/file-icon.png?2) center left no-repeat; |
1017 | 1017 | padding: 0 0 0 18px; |
1018 | 1018 | } |
1019 | 1019 | #content a[href ^="irc://"], |
1020 | 1020 | #content a.extiw[href ^="irc://"], |
1021 | 1021 | .link-irc { |
1022 | | - background: url(images/talk-icon.png?1) center left no-repeat; |
| 1022 | + background: url(images/talk-icon.png?2) center left no-repeat; |
1023 | 1023 | padding: 0 0 0 18px; |
1024 | 1024 | } |
1025 | 1025 | #content a.external[href $=".ogg"], #content a.external[href $=".OGG"], |
— | — | @@ -1028,7 +1028,7 @@ |
1029 | 1029 | #content a.external[href $=".wav"], #content a.external[href $=".WAV"], |
1030 | 1030 | #content a.external[href $=".wma"], #content a.external[href $=".WMA"], |
1031 | 1031 | .link-audio { |
1032 | | - background: url("images/audio-icon.png") center left no-repeat; |
| 1032 | + background: url("images/audio-icon.png?2") center left no-repeat; |
1033 | 1033 | padding: 0 0 0 18px; |
1034 | 1034 | } |
1035 | 1035 | #content a.external[href $=".ogm"], #content a.external[href $=".OGM"], |
— | — | @@ -1036,14 +1036,14 @@ |
1037 | 1037 | #content a.external[href $=".mpeg"], #content a.external[href $=".MPEG"], |
1038 | 1038 | #content a.external[href $=".mpg"], #content a.external[href $=".MPG"], |
1039 | 1039 | .link-video { |
1040 | | - background: url("images/video-icon.png") center left no-repeat; |
| 1040 | + background: url("images/video-icon.png?2") center left no-repeat; |
1041 | 1041 | padding: 0 0 0 18px; |
1042 | 1042 | } |
1043 | 1043 | #content a.external[href $=".pdf"], #content a.external[href $=".PDF"], |
1044 | 1044 | #content a.external[href *=".pdf#"], #content a.external[href *=".PDF#"], |
1045 | 1045 | #content a.external[href *=".pdf?"], #content a.external[href *=".PDF?"], |
1046 | 1046 | .link-document { |
1047 | | - background: url("images/document-icon.png") center left no-repeat; |
| 1047 | + background: url("images/document-icon.png?2") center left no-repeat; |
1048 | 1048 | padding: 0 0 0 18px; |
1049 | 1049 | } |
1050 | 1050 | /* Interwiki Styling (Disabled) */ |
Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -1677,7 +1677,7 @@ |
1678 | 1678 | * to ensure that client-side caches do not keep obsolete copies of global |
1679 | 1679 | * styles. |
1680 | 1680 | */ |
1681 | | -$wgStyleVersion = '276'; |
| 1681 | +$wgStyleVersion = '277'; |
1682 | 1682 | |
1683 | 1683 | |
1684 | 1684 | # Server-side caching: |