19,659
edits
(moving HTTPS outbound links to using same new SVG icon, for HiDPI and great justice) |
(replacing raster icon for external internal links with vector one) |
||
Line 1,006: | Line 1,006: | ||
} | } | ||
/* Provide circular arrow for internal | /* Provide circular arrow for external internal links */ | ||
div#content a.external[href*="wiki.oni2.net"] | div#content a.external[href*="wiki.oni2.net"] | ||
{ | { | ||
background-image:url( | background-image:url(/w/images/7/7d/Link_icon_-_external_internal.svg); | ||
background-position:top right; | |||
background-repeat:no-repeat; | |||
padding-right:11px; | |||
} | } | ||