One more MIME icon usage

git-svn-id: svn://svn.c3d2.de/c3d2-web/trunk@1106 31f61c52-7bfb-0310-b897-fc00f8a278f0
This commit is contained in:
astro 2008-03-12 12:33:04 +00:00
parent 835cdaf387
commit 30394b2db6
1 changed files with 3 additions and 0 deletions

View File

@ -484,6 +484,9 @@ a[href$="-rss.xml"]:before {
a[href$="-atom.xml"]:before {
content: url(../images/mime/feed.png);
}
a[href$="podcast.xml"]:before {
content: url(../images/mime/feed.png);
}
a[href$=".ics"]:before {
content: url(../images/mime/calendar.png);
}