Index: trunk/phase3/skins/vector/screen.css |
— | — | @@ -1026,37 +1026,37 @@ |
1027 | 1027 | div#content a[href ^="gopher://"] { |
1028 | 1028 | /* @embed */ |
1029 | 1029 | background: url(images/external-link-ltr-icon.png) center right no-repeat; |
1030 | | - padding: 0 13px 0 0; |
| 1030 | + padding-right: 13px; |
1031 | 1031 | } |
1032 | 1032 | div#content a[href ^="https://"], |
1033 | 1033 | .link-https { |
1034 | 1034 | /* @embed */ |
1035 | 1035 | background: url(images/lock-icon.png) center right no-repeat; |
1036 | | - padding: 0 13px 0 0; |
| 1036 | + padding-right: 13px; |
1037 | 1037 | } |
1038 | 1038 | div#content a[href ^="mailto:"], |
1039 | 1039 | .link-mailto { |
1040 | 1040 | /* @embed */ |
1041 | 1041 | background: url(images/mail-icon.png) center right no-repeat; |
1042 | | - padding: 0 13px 0 0; |
| 1042 | + padding-right: 13px; |
1043 | 1043 | } |
1044 | 1044 | div#content a[href ^="news://"] { |
1045 | 1045 | /* @embed */ |
1046 | 1046 | background: url(images/news-icon.png) center right no-repeat; |
1047 | | - padding: 0 13px 0 0; |
| 1047 | + padding-right: 13px; |
1048 | 1048 | } |
1049 | 1049 | div#content a[href ^="ftp://"], |
1050 | 1050 | .link-ftp { |
1051 | 1051 | /* @embed */ |
1052 | 1052 | background: url(images/file-icon.png) center right no-repeat; |
1053 | | - padding: 0 13px 0 0; |
| 1053 | + padding-right: 13px; |
1054 | 1054 | } |
1055 | 1055 | div#content a[href ^="irc://"], |
1056 | 1056 | div#content a.extiw[href ^="irc://"], |
1057 | 1057 | .link-irc { |
1058 | 1058 | /* @embed */ |
1059 | 1059 | background: url(images/talk-icon.png) center right no-repeat; |
1060 | | - padding: 0 13px 0 0; |
| 1060 | + padding-right: 13px; |
1061 | 1061 | } |
1062 | 1062 | div#content a.external[href $=".ogg"], div#content a.external[href $=".OGG"], |
1063 | 1063 | div#content a.external[href $=".mid"], div#content a.external[href $=".MID"], |
— | — | @@ -1067,7 +1067,7 @@ |
1068 | 1068 | .link-audio { |
1069 | 1069 | /* @embed */ |
1070 | 1070 | background: url("images/audio-icon.png?2") center right no-repeat; |
1071 | | - padding: 0 13px 0 0; |
| 1071 | + padding-right: 13px; |
1072 | 1072 | } |
1073 | 1073 | div#content a.external[href $=".ogm"], div#content a.external[href $=".OGM"], |
1074 | 1074 | div#content a.external[href $=".avi"], div#content a.external[href $=".AVI"], |
— | — | @@ -1076,7 +1076,7 @@ |
1077 | 1077 | .link-video { |
1078 | 1078 | /* @embed */ |
1079 | 1079 | background: url("images/video-icon.png?2") center right no-repeat; |
1080 | | - padding: 0 13px 0 0; |
| 1080 | + padding-right: 13px; |
1081 | 1081 | } |
1082 | 1082 | div#content a.external[href $=".pdf"], div#content a.external[href $=".PDF"], |
1083 | 1083 | div#content a.external[href *=".pdf#"], div#content a.external[href *=".PDF#"], |
— | — | @@ -1084,7 +1084,7 @@ |
1085 | 1085 | .link-document { |
1086 | 1086 | /* @embed */ |
1087 | 1087 | background: url("images/document-icon.png?2") center right no-repeat; |
1088 | | - padding: 0 13px 0 0; |
| 1088 | + padding-right: 13px; |
1089 | 1089 | } |
1090 | 1090 | /* Interwiki Styling (Disabled) */ |
1091 | 1091 | div#content a.extiw, |