MediaWiki:Common.css: Difference between revisions

oops, is this right?
(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)
(oops, is this right?)
Line 1,054: Line 1,054:
}
}


/* Show sound icon for links to audio files that typically play in-browser: .wav, .mp3, .m4a */
/* Show sound icon for links to audio files that typically play in-browser */
div#content a.external[href$=".wav"], a.external[href$=".mp3"], a.external[href$=".m4a"]
div#content a.external[href$=".wav"],
div#content a.external[href$=".mp3"],
div#content 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);