You are here

word_link.css in Word Link 7

Same filename and directory in other branches
  1. 8 css/word_link.css
  2. 7.2 css/word_link.css
a.word-link {
  background: url(external.png) top right no-repeat;
  padding-right: 10px;
}

span.word-link {
  color: #1570a6;
}

File

css/word_link.css
View source
  1. a.word-link {
  2. background: url(external.png) top right no-repeat;
  3. padding-right: 10px;
  4. }
  5. span.word-link {
  6. color: #1570a6;
  7. }