From: Aryeh Gregor Date: Sun, 12 Nov 2006 22:41:16 +0000 (+0000) Subject: Tweak last commit: remove SWF from videos, account for PDFs with ? or # X-Git-Tag: 1.31.0-rc.0~55201 X-Git-Url: http://git.cyclocoop.org/%28%5B%5E/404?a=commitdiff_plain;h=1b1d68a10a4a7c9884941dc045dd0f54ba519c5a;p=lhc%2Fweb%2Fwiklou.git Tweak last commit: remove SWF from videos, account for PDFs with ? or # --- diff --git a/skins/monobook/main.css b/skins/monobook/main.css index a63508cd27..0808bbb60c 100644 --- a/skins/monobook/main.css +++ b/skins/monobook/main.css @@ -624,12 +624,13 @@ span.diffchange { #bodyContent a.external[href $=".avi"], #bodyContent a.external[href $=".AVI"], #bodyContent a.external[href $=".mpeg"], #bodyContent a.external[href $=".MPEG"], #bodyContent a.external[href $=".mpg"], #bodyContent a.external[href $=".MPG"], -#bodyContent a.external[href $=".swf"], #bodyContent a.external[href $=".SWF"], .link-video { background: url("video.png") center right no-repeat; padding-right: 13px; } #bodyContent a.external[href $=".pdf"], #bodyContent a.external[href $=".PDF"], +#bodyContent a.external[href *=".pdf#"], #bodyContent a.external[href *=".PDF#"], +#bodyContent a.external[href *=".pdf?"], #bodyContent a.external[href *=".PDF?"], .link-document { background: url("document.png") center right no-repeat; padding-right: 12px;