You are here

elf.css in External Links Filter 5.3

Same filename and directory in other branches
  1. 5 elf.css
  2. 5.2 elf.css
  3. 6.2 elf.css
a.elf-external {
  background: url(images/link.png) right center no-repeat;
  padding-right: 12px;
}
a.elf-mailto {
  background: url(images/mail.png) right center no-repeat;
  padding-right: 12px;
}
a.elf-img {
  background: none;
}

File

elf.css
View source
  1. a.elf-external {
  2. background: url(images/link.png) right center no-repeat;
  3. padding-right: 12px;
  4. }
  5. a.elf-mailto {
  6. background: url(images/mail.png) right center no-repeat;
  7. padding-right: 12px;
  8. }
  9. a.elf-img {
  10. background: none;
  11. }