You are here

elf.css in External Links Filter 6.3

Same filename and directory in other branches
  1. 7.3 css/elf.css
a.elf-external.elf-icon {
  background: url(../images/link.png) right center no-repeat;
  padding-right: 12px;
}
a.elf-mailto.elf-icon {
  background: url(../images/mail.png) right center no-repeat;
  padding-right: 12px;
}

File

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