19,580
edits
(replacing raster icon for oni2.net links with vector one) |
(replacing raster icon for sound links with vector one) |
||
Line 1,045: | Line 1,045: | ||
div#content a.external[href$=".mp3"] | div#content a.external[href$=".mp3"] | ||
{ | { | ||
background-image:url( | background-image:url(/w/images/5/52/Link_icon_-_sound_file.svg); | ||
background-position:top right; | |||
background-repeat:no-repeat; | |||
padding-right:11px; | |||
} | } | ||
Line 1,051: | Line 1,054: | ||
div#content a.external[href$=".wav"] | div#content a.external[href$=".wav"] | ||
{ | { | ||
background-image:url( | background-image:url(/w/images/5/52/Link_icon_-_sound_file.svg); | ||
background-position:top right; | |||
background-repeat:no-repeat; | |||
padding-right:11px; | |||
} | } | ||