Index: trunk/phase3/skins/monobook/main.css |
— | — | @@ -151,7 +151,7 @@ |
152 | 152 | background: url(mail_icon.gif) center right no-repeat; |
153 | 153 | padding-right: 18px; |
154 | 154 | } |
155 | | -#bodyContent a.external[href ^="news://"] { |
| 155 | +#bodyContent a.external[href ^="news:"] { |
156 | 156 | /* @embed */ |
157 | 157 | background: url(news_icon.png) center right no-repeat; |
158 | 158 | padding-right: 18px; |
Index: trunk/phase3/skins/modern/main.css |
— | — | @@ -424,7 +424,7 @@ |
425 | 425 | background: url(mail_icon.gif) center right no-repeat; |
426 | 426 | padding-right: 18px; |
427 | 427 | } |
428 | | -#mw_content a.external[href ^="news://"] { |
| 428 | +#mw_content a.external[href ^="news:"] { |
429 | 429 | /* @embed */ |
430 | 430 | background: url(news_icon.png) center right no-repeat; |
431 | 431 | padding-right: 18px; |
Index: trunk/phase3/skins/simple/main.css |
— | — | @@ -239,7 +239,7 @@ |
240 | 240 | background: url(mail_icon.gif) center right no-repeat; |
241 | 241 | padding-right: 18px; |
242 | 242 | } |
243 | | -#bodyContent a.external[href ^="news://"] { |
| 243 | +#bodyContent a.external[href ^="news:"] { |
244 | 244 | background: url(news_icon.png) center right no-repeat; |
245 | 245 | padding-right: 18px; |
246 | 246 | } |
Index: trunk/phase3/skins/vector/screen.css |
— | — | @@ -715,7 +715,7 @@ |
716 | 716 | background: url(images/mail-icon.png) center right no-repeat; |
717 | 717 | padding-right: 13px; |
718 | 718 | } |
719 | | -div#content a.external[href ^="news://"] { |
| 719 | +div#content a.external[href ^="news:"] { |
720 | 720 | /* @embed */ |
721 | 721 | background: url(images/news-icon.png) center right no-repeat; |
722 | 722 | padding-right: 13px; |
Index: trunk/phase3/RELEASE-NOTES-1.19 |
— | — | @@ -193,6 +193,7 @@ |
194 | 194 | Special:PrefixIndex rather then re-using Special:AllPages's allinnamespace |
195 | 195 | * (bug 33156) Special:Block now allows you to confirm you want to block yourself |
196 | 196 | when using non-normalized username |
| 197 | +* (bug 33246) News icon shown for news:// URLs but not for news: URLs |
197 | 198 | |
198 | 199 | === API changes in 1.19 === |
199 | 200 | * (bug 19838) siprop=interwikimap can now use the interwiki cache. |