Release diogenes-0.9.22
[diogenes.git] / htdocs / links-main.css
1 /* external links */
2 #main a[href ^="http://"],
3 #main a[href ^="ftp://"] {
4 background: url("images/link-external.png") center right no-repeat;
5 padding-right: 13px;
6 }
7
8 /* secure links */
9 #main a[href ^="https://"] {
10 background: url("images/link-secure.gif") center right no-repeat;
11 padding-right: 16px;
12 }