File: links-sidebar.css

package info (click to toggle)
diogenes 0.9.20-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,976 kB
  • ctags: 3,271
  • sloc: php: 12,285; sh: 828; perl: 258; makefile: 137; sql: 85
file content (10 lines) | stat: -rw-r--r-- 266 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
/* external links */
.menu a[href ^="http://"],
.menu a[href ^="ftp://"] {
  background: url("images/link-external.png") center right no-repeat;
}

/* secure links */
.menu a[href ^="https://"] {
  background: url("images/link-secure.gif") center right no-repeat;
}