More pretty Tango MIME icons for feed & calendar, results in enhanced usability

git-svn-id: svn://svn.c3d2.de/c3d2-web/trunk@1102 31f61c52-7bfb-0310-b897-fc00f8a278f0
This commit is contained in:
astro 2008-03-05 21:40:21 +00:00
parent ae8ef84a79
commit b4169a2953
3 changed files with 18 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 617 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 752 B

View File

@ -478,6 +478,24 @@ a[href$=".mov"].mime:before {
a[href$=".wmv"].mime:before {
content: url(../images/mime/video.png);
}
a[href$="-rss.xml"]:before {
content: url(../images/mime/feed.png);
}
a[href$="-atom.xml"]:before {
content: url(../images/mime/feed.png);
}
a[href$=".ics"]:before {
content: url(../images/mime/calendar.png);
}
a[href$="xcal.xml"]:before {
content: url(../images/mime/calendar.png);
}
a[href$="calendar.html"]:before {
content: url(../images/mime/calendar.png);
}
#news h2 a:before {
content: url(../images/mime/feed.png);
}
/* -- Search Engine -- */
div.search div.estform {