MediaWiki:Vector.css: Difference between revisions

m
Fixed missing lock icon for secure/HTTPS external links
(Created page with "→‎Don't display some stuff on the main page: body.page-Main_Page #deleteconfirm, body.page-Main_Page #t-cite, body.page-Main_Page #footer-info-lastmod, body.page-Main_Page #si...")
 
m (Fixed missing lock icon for secure/HTTPS external links)
 
Line 90: Line 90:
#bodyContent a.external[href ^="https://"],
#bodyContent a.external[href ^="https://"],
.link-https {
.link-https {
   background: url("http://upload.wikimedia.org/wikipedia/en/0/00/Lock_icon_blue.gif") center right no-repeat;
   background: url("https://huckjones.strawberryforum.org/w/skins/Vector/images/Lock_icon_blue.gif") center right no-repeat;
   padding-right: 16px;
   padding-right: 16px;
}
}