Index: branches/wmf/1.16wmf4/skins/vector/images/video-icon.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Index: branches/wmf/1.16wmf4/skins/vector/images/news-icon.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Index: branches/wmf/1.16wmf4/skins/vector/images/document-icon.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Index: branches/wmf/1.16wmf4/skins/vector/images/mail-icon.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Index: branches/wmf/1.16wmf4/skins/vector/images/audio-icon.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Index: branches/wmf/1.16wmf4/skins/vector/images/file-icon.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Index: branches/wmf/1.16wmf4/skins/vector/images/lock-icon.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Index: branches/wmf/1.16wmf4/skins/vector/images/talk-icon.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Index: branches/wmf/1.16wmf4/skins/vector/images/link-icon.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Index: branches/wmf/1.16wmf4/skins/vector/main-ltr.css |
— | — | @@ -1003,33 +1003,33 @@ |
1004 | 1004 | } |
1005 | 1005 | #content a.external, |
1006 | 1006 | #content a[href ^="gopher://"] { |
1007 | | - background: url(images/external-link-ltr-icon.png?1) center right no-repeat; |
| 1007 | + background: url(images/external-link-ltr-icon.png?2) center right no-repeat; |
1008 | 1008 | padding: 0 13px 0 0; |
1009 | 1009 | } |
1010 | 1010 | #content a[href ^="https://"], |
1011 | 1011 | .link-https { |
1012 | | - background: url(images/lock-icon.png?1) center right no-repeat; |
1013 | | - padding: 0 18px 0 0; |
| 1012 | + background: url(images/lock-icon.png?2) center right no-repeat; |
| 1013 | + padding: 0 13px 0 0; |
1014 | 1014 | } |
1015 | 1015 | #content a[href ^="mailto:"], |
1016 | 1016 | .link-mailto { |
1017 | | - background: url(images/mail-icon.png?1) center right no-repeat; |
1018 | | - padding: 0 18px 0 0; |
| 1017 | + background: url(images/mail-icon.png?2) center right no-repeat; |
| 1018 | + padding: 0 13px 0 0; |
1019 | 1019 | } |
1020 | 1020 | #content a[href ^="news://"] { |
1021 | | - background: url(images/news-icon.png?1) center right no-repeat; |
1022 | | - padding: 0 18px 0 0; |
| 1021 | + background: url(images/news-icon.png?2) center right no-repeat; |
| 1022 | + padding: 0 13px 0 0; |
1023 | 1023 | } |
1024 | 1024 | #content a[href ^="ftp://"], |
1025 | 1025 | .link-ftp { |
1026 | | - background: url(images/file-icon.png?1) center right no-repeat; |
1027 | | - padding: 0 18px 0 0; |
| 1026 | + background: url(images/file-icon.png?2) center right no-repeat; |
| 1027 | + padding: 0 13px 0 0; |
1028 | 1028 | } |
1029 | 1029 | #content a[href ^="irc://"], |
1030 | 1030 | #content a.extiw[href ^="irc://"], |
1031 | 1031 | .link-irc { |
1032 | | - background: url(images/talk-icon.png?1) center right no-repeat; |
1033 | | - padding: 0 18px 0 0; |
| 1032 | + background: url(images/talk-icon.png?2) center right no-repeat; |
| 1033 | + padding: 0 13px 0 0; |
1034 | 1034 | } |
1035 | 1035 | #content a.external[href $=".ogg"], #content a.external[href $=".OGG"], |
1036 | 1036 | #content a.external[href $=".mid"], #content a.external[href $=".MID"], |
— | — | @@ -1038,23 +1038,23 @@ |
1039 | 1039 | #content a.external[href $=".wav"], #content a.external[href $=".WAV"], |
1040 | 1040 | #content a.external[href $=".wma"], #content a.external[href $=".WMA"], |
1041 | 1041 | .link-audio { |
1042 | | - background: url("images/audio-icon.png") center right no-repeat; |
1043 | | - padding: 0 18px 0 0; |
| 1042 | + background: url("images/audio-icon.png?2") center right no-repeat; |
| 1043 | + padding: 0 13px 0 0; |
1044 | 1044 | } |
1045 | 1045 | #content a.external[href $=".ogm"], #content a.external[href $=".OGM"], |
1046 | 1046 | #content a.external[href $=".avi"], #content a.external[href $=".AVI"], |
1047 | 1047 | #content a.external[href $=".mpeg"], #content a.external[href $=".MPEG"], |
1048 | 1048 | #content a.external[href $=".mpg"], #content a.external[href $=".MPG"], |
1049 | 1049 | .link-video { |
1050 | | - background: url("images/video-icon.png") center right no-repeat; |
1051 | | - padding: 0 18px 0 0; |
| 1050 | + background: url("images/video-icon.png?2") center right no-repeat; |
| 1051 | + padding: 0 13px 0 0; |
1052 | 1052 | } |
1053 | 1053 | #content a.external[href $=".pdf"], #content a.external[href $=".PDF"], |
1054 | 1054 | #content a.external[href *=".pdf#"], #content a.external[href *=".PDF#"], |
1055 | 1055 | #content a.external[href *=".pdf?"], #content a.external[href *=".PDF?"], |
1056 | 1056 | .link-document { |
1057 | | - background: url("images/document-icon.png") center right no-repeat; |
1058 | | - padding: 0 18px 0 0; |
| 1057 | + background: url("images/document-icon.png?2") center right no-repeat; |
| 1058 | + padding: 0 13px 0 0; |
1059 | 1059 | } |
1060 | 1060 | /* Interwiki Styling (Disabled) */ |
1061 | 1061 | #content a.extiw, |
Index: branches/wmf/1.16wmf4/skins/vector/main-rtl.css |
— | — | @@ -1003,33 +1003,33 @@ |
1004 | 1004 | } |
1005 | 1005 | #content a.external, |
1006 | 1006 | #content a[href ^="gopher://"] { |
1007 | | - background: url(images/external-link-rtl-icon.png?1) center left no-repeat; |
| 1007 | + background: url(images/external-link-rtl-icon.png?2) center left no-repeat; |
1008 | 1008 | padding: 0 0 0 13px; |
1009 | 1009 | } |
1010 | 1010 | #content a[href ^="https://"], |
1011 | 1011 | .link-https { |
1012 | | - background: url(images/lock-icon.png?1) center left no-repeat; |
1013 | | - padding: 0 0 0 18px; |
| 1012 | + background: url(images/lock-icon.png?2) center left no-repeat; |
| 1013 | + padding: 0 0 0 13px; |
1014 | 1014 | } |
1015 | 1015 | #content a[href ^="mailto:"], |
1016 | 1016 | .link-mailto { |
1017 | | - background: url(images/mail-icon.png?1) center left no-repeat; |
1018 | | - padding: 0 0 0 18px; |
| 1017 | + background: url(images/mail-icon.png?2) center left no-repeat; |
| 1018 | + padding: 0 0 0 13px; |
1019 | 1019 | } |
1020 | 1020 | #content a[href ^="news://"] { |
1021 | | - background: url(images/news-icon.png?1) center left no-repeat; |
1022 | | - padding: 0 0 0 18px; |
| 1021 | + background: url(images/news-icon.png?2) center left no-repeat; |
| 1022 | + padding: 0 0 0 13px; |
1023 | 1023 | } |
1024 | 1024 | #content a[href ^="ftp://"], |
1025 | 1025 | .link-ftp { |
1026 | | - background: url(images/file-icon.png?1) center left no-repeat; |
1027 | | - padding: 0 0 0 18px; |
| 1026 | + background: url(images/file-icon.png?2) center left no-repeat; |
| 1027 | + padding: 0 0 0 13px; |
1028 | 1028 | } |
1029 | 1029 | #content a[href ^="irc://"], |
1030 | 1030 | #content a.extiw[href ^="irc://"], |
1031 | 1031 | .link-irc { |
1032 | | - background: url(images/talk-icon.png?1) center left no-repeat; |
1033 | | - padding: 0 0 0 18px; |
| 1032 | + background: url(images/talk-icon.png?2) center left no-repeat; |
| 1033 | + padding: 0 0 0 13px; |
1034 | 1034 | } |
1035 | 1035 | #content a.external[href $=".ogg"], #content a.external[href $=".OGG"], |
1036 | 1036 | #content a.external[href $=".mid"], #content a.external[href $=".MID"], |
— | — | @@ -1038,23 +1038,23 @@ |
1039 | 1039 | #content a.external[href $=".wav"], #content a.external[href $=".WAV"], |
1040 | 1040 | #content a.external[href $=".wma"], #content a.external[href $=".WMA"], |
1041 | 1041 | .link-audio { |
1042 | | - background: url("images/audio-icon.png") center left no-repeat; |
1043 | | - padding: 0 0 0 18px; |
| 1042 | + background: url("images/audio-icon.png?2") center left no-repeat; |
| 1043 | + padding: 0 0 0 13px; |
1044 | 1044 | } |
1045 | 1045 | #content a.external[href $=".ogm"], #content a.external[href $=".OGM"], |
1046 | 1046 | #content a.external[href $=".avi"], #content a.external[href $=".AVI"], |
1047 | 1047 | #content a.external[href $=".mpeg"], #content a.external[href $=".MPEG"], |
1048 | 1048 | #content a.external[href $=".mpg"], #content a.external[href $=".MPG"], |
1049 | 1049 | .link-video { |
1050 | | - background: url("images/video-icon.png") center left no-repeat; |
1051 | | - padding: 0 0 0 18px; |
| 1050 | + background: url("images/video-icon.png?2") center left no-repeat; |
| 1051 | + padding: 0 0 0 13px; |
1052 | 1052 | } |
1053 | 1053 | #content a.external[href $=".pdf"], #content a.external[href $=".PDF"], |
1054 | 1054 | #content a.external[href *=".pdf#"], #content a.external[href *=".PDF#"], |
1055 | 1055 | #content a.external[href *=".pdf?"], #content a.external[href *=".PDF?"], |
1056 | 1056 | .link-document { |
1057 | | - background: url("images/document-icon.png") center left no-repeat; |
1058 | | - padding: 0 0 0 18px; |
| 1057 | + background: url("images/document-icon.png?2") center left no-repeat; |
| 1058 | + padding: 0 0 0 13px; |
1059 | 1059 | } |
1060 | 1060 | /* Interwiki Styling (Disabled) */ |
1061 | 1061 | #content a.extiw, |
Property changes on: branches/wmf/1.16wmf4/skins/vector |
___________________________________________________________________ |
Name: svn:mergeinfo |
1062 | 1062 | - /branches/wmf-deployment/skins/vector:60970 |
/trunk/phase3/skins/vector:63545-63546,63549,63643,63764,63897-63901,64456,65015,65383,65387,65391,65555,65590-65591,65965 |
1063 | 1063 | + /branches/wmf-deployment/skins/vector:60970 |
/trunk/phase3/skins/vector:63545-63546,63549,63643,63764,63897-63901,64456,65015,65383,65387,65391,65555,65590-65591,65965,66151,66158 |
Index: branches/wmf/1.16wmf4/includes/DefaultSettings.php |
— | — | @@ -1687,7 +1687,7 @@ |
1688 | 1688 | * to ensure that client-side caches do not keep obsolete copies of global |
1689 | 1689 | * styles. |
1690 | 1690 | */ |
1691 | | -$wgStyleVersion = '276'; |
| 1691 | +$wgStyleVersion = '278'; |
1692 | 1692 | |
1693 | 1693 | |
1694 | 1694 | # Server-side caching: |
Property changes on: branches/wmf/1.16wmf4/includes/DefaultSettings.php |
___________________________________________________________________ |
Name: svn:mergeinfo |
1695 | 1695 | - /branches/REL1_15/phase3/includes/DefaultSettings.php:51646 |
/branches/sqlite/includes/DefaultSettings.php:58211-58321 |
/branches/wmf-deployment/includes/DefaultSettings.php:53381,60970 |
/trunk/phase3/includes/DefaultSettings.php:63549,63764,63897-63901,64692,64851,64856,64876,64892,64918,64948,65387,65391,65555,65590,65965 |
1696 | 1696 | + /branches/REL1_15/phase3/includes/DefaultSettings.php:51646 |
/branches/sqlite/includes/DefaultSettings.php:58211-58321 |
/branches/wmf-deployment/includes/DefaultSettings.php:53381,60970 |
/trunk/phase3/includes/DefaultSettings.php:63549,63764,63897-63901,64692,64851,64856,64876,64892,64918,64948,65387,65391,65555,65590,65965,66151,66158 |