Index: trunk/phase3/skins/vector/main-ltr.css |
— | — | @@ -999,27 +999,27 @@ |
1000 | 1000 | #content a[href ^="https://"], |
1001 | 1001 | .link-https { |
1002 | 1002 | background: url(images/lock-icon.png?2) center right no-repeat; |
1003 | | - padding: 0 18px 0 0; |
| 1003 | + padding: 0 13px 0 0; |
1004 | 1004 | } |
1005 | 1005 | #content a[href ^="mailto:"], |
1006 | 1006 | .link-mailto { |
1007 | 1007 | background: url(images/mail-icon.png?2) center right no-repeat; |
1008 | | - padding: 0 18px 0 0; |
| 1008 | + padding: 0 13px 0 0; |
1009 | 1009 | } |
1010 | 1010 | #content a[href ^="news://"] { |
1011 | 1011 | background: url(images/news-icon.png?2) center right no-repeat; |
1012 | | - padding: 0 18px 0 0; |
| 1012 | + padding: 0 13px 0 0; |
1013 | 1013 | } |
1014 | 1014 | #content a[href ^="ftp://"], |
1015 | 1015 | .link-ftp { |
1016 | 1016 | background: url(images/file-icon.png?2) center right no-repeat; |
1017 | | - padding: 0 18px 0 0; |
| 1017 | + padding: 0 13px 0 0; |
1018 | 1018 | } |
1019 | 1019 | #content a[href ^="irc://"], |
1020 | 1020 | #content a.extiw[href ^="irc://"], |
1021 | 1021 | .link-irc { |
1022 | 1022 | background: url(images/talk-icon.png?2) center right no-repeat; |
1023 | | - padding: 0 18px 0 0; |
| 1023 | + padding: 0 13px 0 0; |
1024 | 1024 | } |
1025 | 1025 | #content a.external[href $=".ogg"], #content a.external[href $=".OGG"], |
1026 | 1026 | #content a.external[href $=".mid"], #content a.external[href $=".MID"], |
— | — | @@ -1029,7 +1029,7 @@ |
1030 | 1030 | #content a.external[href $=".wma"], #content a.external[href $=".WMA"], |
1031 | 1031 | .link-audio { |
1032 | 1032 | background: url("images/audio-icon.png?2") center right no-repeat; |
1033 | | - padding: 0 18px 0 0; |
| 1033 | + padding: 0 13px 0 0; |
1034 | 1034 | } |
1035 | 1035 | #content a.external[href $=".ogm"], #content a.external[href $=".OGM"], |
1036 | 1036 | #content a.external[href $=".avi"], #content a.external[href $=".AVI"], |
— | — | @@ -1037,14 +1037,14 @@ |
1038 | 1038 | #content a.external[href $=".mpg"], #content a.external[href $=".MPG"], |
1039 | 1039 | .link-video { |
1040 | 1040 | background: url("images/video-icon.png?2") center right no-repeat; |
1041 | | - padding: 0 18px 0 0; |
| 1041 | + padding: 0 13px 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 | 1047 | background: url("images/document-icon.png?2") center right no-repeat; |
1048 | | - padding: 0 18px 0 0; |
| 1048 | + padding: 0 13px 0 0; |
1049 | 1049 | } |
1050 | 1050 | /* Interwiki Styling (Disabled) */ |
1051 | 1051 | #content a.extiw, |
Index: trunk/phase3/skins/vector/main-rtl.css |
— | — | @@ -999,27 +999,27 @@ |
1000 | 1000 | #content a[href ^="https://"], |
1001 | 1001 | .link-https { |
1002 | 1002 | background: url(images/lock-icon.png?2) center left no-repeat; |
1003 | | - padding: 0 0 0 18px; |
| 1003 | + padding: 0 0 0 13px; |
1004 | 1004 | } |
1005 | 1005 | #content a[href ^="mailto:"], |
1006 | 1006 | .link-mailto { |
1007 | 1007 | background: url(images/mail-icon.png?2) center left no-repeat; |
1008 | | - padding: 0 0 0 18px; |
| 1008 | + padding: 0 0 0 13px; |
1009 | 1009 | } |
1010 | 1010 | #content a[href ^="news://"] { |
1011 | 1011 | background: url(images/news-icon.png?2) center left no-repeat; |
1012 | | - padding: 0 0 0 18px; |
| 1012 | + padding: 0 0 0 13px; |
1013 | 1013 | } |
1014 | 1014 | #content a[href ^="ftp://"], |
1015 | 1015 | .link-ftp { |
1016 | 1016 | background: url(images/file-icon.png?2) center left no-repeat; |
1017 | | - padding: 0 0 0 18px; |
| 1017 | + padding: 0 0 0 13px; |
1018 | 1018 | } |
1019 | 1019 | #content a[href ^="irc://"], |
1020 | 1020 | #content a.extiw[href ^="irc://"], |
1021 | 1021 | .link-irc { |
1022 | 1022 | background: url(images/talk-icon.png?2) center left no-repeat; |
1023 | | - padding: 0 0 0 18px; |
| 1023 | + padding: 0 0 0 13px; |
1024 | 1024 | } |
1025 | 1025 | #content a.external[href $=".ogg"], #content a.external[href $=".OGG"], |
1026 | 1026 | #content a.external[href $=".mid"], #content a.external[href $=".MID"], |
— | — | @@ -1029,7 +1029,7 @@ |
1030 | 1030 | #content a.external[href $=".wma"], #content a.external[href $=".WMA"], |
1031 | 1031 | .link-audio { |
1032 | 1032 | background: url("images/audio-icon.png?2") center left no-repeat; |
1033 | | - padding: 0 0 0 18px; |
| 1033 | + padding: 0 0 0 13px; |
1034 | 1034 | } |
1035 | 1035 | #content a.external[href $=".ogm"], #content a.external[href $=".OGM"], |
1036 | 1036 | #content a.external[href $=".avi"], #content a.external[href $=".AVI"], |
— | — | @@ -1037,14 +1037,14 @@ |
1038 | 1038 | #content a.external[href $=".mpg"], #content a.external[href $=".MPG"], |
1039 | 1039 | .link-video { |
1040 | 1040 | background: url("images/video-icon.png?2") center left no-repeat; |
1041 | | - padding: 0 0 0 18px; |
| 1041 | + padding: 0 0 0 13px; |
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 | 1047 | background: url("images/document-icon.png?2") center left no-repeat; |
1048 | | - padding: 0 0 0 18px; |
| 1048 | + padding: 0 0 0 13px; |
1049 | 1049 | } |
1050 | 1050 | /* Interwiki Styling (Disabled) */ |
1051 | 1051 | #content a.extiw, |
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 = '277'; |
| 1681 | +$wgStyleVersion = '278'; |
1682 | 1682 | |
1683 | 1683 | |
1684 | 1684 | # Server-side caching: |