You are here

styles.css in External Links Filter 8

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/styles.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. }