You are here

extlink.css in External Links 5

Same filename and directory in other branches
  1. 8 extlink.css
  2. 6 extlink.css
span.ext {
  background: url(extlink.png) right center no-repeat;
  padding-right: 12px;
}
span.mailto {
  background: url(mailto.png) right center no-repeat;
  padding-right: 12px;
}

File

extlink.css
View source
  1. span.ext {
  2. background: url(extlink.png) right center no-repeat;
  3. padding-right: 12px;
  4. }
  5. span.mailto {
  6. background: url(mailto.png) right center no-repeat;
  7. padding-right: 12px;
  8. }