You are here

elf.css in External Links Filter 6.2

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

File

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