19,580
edits
m (increasing padding on sound link icon) |
(replacing raster icon for movie links with vector one) |
||
Line 1,021: | Line 1,021: | ||
div#content a.external[href$=".mov"] | div#content a.external[href$=".mov"] | ||
{ | { | ||
background-image:url( | background-image:url(/w/images/4/45/Link_icon_-_movie_file.svg); | ||
background-position:top right; | |||
background-repeat:no-repeat; | |||
padding-right:14px; | |||
} | } | ||
Line 1,027: | Line 1,030: | ||
div#content a.external[href$=".mp4"] | div#content a.external[href$=".mp4"] | ||
{ | { | ||
background-image:url( | background-image:url(/w/images/4/45/Link_icon_-_movie_file.svg); | ||
background-position:top right; | |||
background-repeat:no-repeat; | |||
padding-right:14px; | |||
} | } | ||
Line 1,033: | Line 1,039: | ||
div#content a.external[href$=".avi"] | div#content a.external[href$=".avi"] | ||
{ | { | ||
background-image:url( | background-image:url(/w/images/4/45/Link_icon_-_movie_file.svg); | ||
background-position:top right; | |||
background-repeat:no-repeat; | |||
padding-right:14px; | |||
} | } | ||
Line 1,039: | Line 1,048: | ||
div#content a.external[href$=".wmv"] | div#content a.external[href$=".wmv"] | ||
{ | { | ||
background-image:url( | background-image:url(/w/images/4/45/Link_icon_-_movie_file.svg); | ||
background-position:top right; | |||
background-repeat:no-repeat; | |||
padding-right:14px; | |||
} | } | ||