Projet

Général

Profil

Paste
Télécharger (218 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / themes / zen / zen-internals / extras / text-replacements / normalize--links--replace.txt @ 87dbc3bf

1
/**
2
 * Links
3
 *
4
 * The order of link states are based on Eric Meyer's article:
5
 * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
6
 */
7
a:link {
8
}
9
a:visited {
10
}
11
a:hover,
12
a:focus {
13
}
14
a:active {
15
}