From: Matthijs Kooijman Date: Thu, 29 Apr 2010 15:02:57 +0000 (+0200) Subject: exodus, deadfoxjunction: Remove type images before links. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fwipi.git;a=commitdiff_plain;h=ecf309c441f8ba6512cc4cc6d75ad70ab4cc7937 exodus, deadfoxjunction: Remove type images before links. --- diff --git a/static/deadfoxjunction/css/common.css b/static/deadfoxjunction/css/common.css index 144e038..fad232f 100644 --- a/static/deadfoxjunction/css/common.css +++ b/static/deadfoxjunction/css/common.css @@ -16,21 +16,6 @@ body { margin: 0; } -/* Links */ -a.www:before {content: url(../img/moin-www.png); margin: 0 0.2em;} -a.http:before {content: url(../img/moin-www.png); margin: 0 0.2em;} -a.https:before {content: url(../img/moin-www.png); margin: 0 0.2em;} -a.file:before {content: url(../img/moin-ftp.png); margin: 0 0.2em;} -a.ftp:before {content: url(../img/moin-ftp.png); margin: 0 0.2em;} -a.nntp:before {content: url(../img/moin-news.png); margin: 0 0.2em;} -a.news:before {content: url(../img/moin-news.png); margin: 0 0.2em;} -a.telnet:before {content: url(../img/moin-telnet.png); margin: 0 0.2em;} -a.irc:before,a.ircs:before {content: url(../img/moin-telnet.png); margin: 0 0.2em;} -a.mailto:before {content: url(../img/moin-email.png); margin: 0 0.2em;} -a.attachment:before {content: url(../img/moin-attach.png); margin: 0 0.2em;} -a.badinterwiki:before {content: url(../img/moin-inter.png); margin: 0 0.2em;} -a.interwiki:before {content: url(../img/moin-inter.png); margin: 0 0.2em;} - li p { margin: .25em 0; } diff --git a/static/exodus/css/common.css b/static/exodus/css/common.css index 144e038..fad232f 100644 --- a/static/exodus/css/common.css +++ b/static/exodus/css/common.css @@ -16,21 +16,6 @@ body { margin: 0; } -/* Links */ -a.www:before {content: url(../img/moin-www.png); margin: 0 0.2em;} -a.http:before {content: url(../img/moin-www.png); margin: 0 0.2em;} -a.https:before {content: url(../img/moin-www.png); margin: 0 0.2em;} -a.file:before {content: url(../img/moin-ftp.png); margin: 0 0.2em;} -a.ftp:before {content: url(../img/moin-ftp.png); margin: 0 0.2em;} -a.nntp:before {content: url(../img/moin-news.png); margin: 0 0.2em;} -a.news:before {content: url(../img/moin-news.png); margin: 0 0.2em;} -a.telnet:before {content: url(../img/moin-telnet.png); margin: 0 0.2em;} -a.irc:before,a.ircs:before {content: url(../img/moin-telnet.png); margin: 0 0.2em;} -a.mailto:before {content: url(../img/moin-email.png); margin: 0 0.2em;} -a.attachment:before {content: url(../img/moin-attach.png); margin: 0 0.2em;} -a.badinterwiki:before {content: url(../img/moin-inter.png); margin: 0 0.2em;} -a.interwiki:before {content: url(../img/moin-inter.png); margin: 0 0.2em;} - li p { margin: .25em 0; }