19,580
edits
(replacing raster icon for movie links with vector one) |
(adding .m4a to list of files that get sound icon in addition to .mp3 and .wav; attempting to unify the three file types into a single rule) |
||
Line 1,054: | Line 1,054: | ||
} | } | ||
/* Show sound icon for links to .mp3 | /* Show sound icon for links to audio files that typically play in-browser: .wav, .mp3, .m4a */ | ||
div#content a.external[href$=". | div#content a.external[href$=".wav"], a.external[href$=".mp3"], a.external[href$=".m4a"] | ||
{ | { | ||
background-image:url(/w/images/5/52/Link_icon_-_sound_file.svg); | background-image:url(/w/images/5/52/Link_icon_-_sound_file.svg); |