default.css: padding-right for non-mime link icons

git-svn-id: svn://svn.c3d2.de/c3d2-web/trunk@2303 31f61c52-7bfb-0310-b897-fc00f8a278f0
This commit is contained in:
astro 2010-02-11 10:18:04 +00:00
parent 79c329d2f4
commit 87c9905a78
1 changed files with 7 additions and 0 deletions

View File

@ -547,24 +547,31 @@ a[href$=".torrent"].mime:before {
}
a[href$="-rss.xml"]:before {
content: url(../images/mime/feed.png);
padding-right: 0.3em;
}
a[href$="-atom.xml"]:before {
content: url(../images/mime/feed.png);
padding-right: 0.3em;
}
a[href$="podcast.xml"]:before, a[href$="pentaradio.xml"]:before, a[href$="pentacast.xml"]:before {
content: url(../images/mime/feed.png);
padding-right: 0.3em;
}
a[href$=".ics"]:before {
content: url(../images/mime/calendar.png);
padding-right: 0.3em;
}
a[href$="xcal.xml"]:before {
content: url(../images/mime/calendar.png);
padding-right: 0.3em;
}
a[href$="calendar.html"]:before {
content: url(../images/mime/calendar.png);
padding-right: 0.3em;
}
#news h2 a:before {
content: url(../images/mime/feed.png);
padding-right: 0.3em;
}
/* -- Search Engine -- */