diff options
author | P. J. McDermott <pjm@nac.net> | 2012-05-27 14:37:07 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-05-27 14:37:07 (EDT) |
commit | 746025977dd7597100ceb1c866a3e8726e08d8f6 (patch) | |
tree | 90c22a9546c43b550bb1920a46848eb13aaa8260 | |
parent | 440a076902e37ac528260e6a40b5b92040d75cec (diff) |
Consolidate footer anchor styles.
-rw-r--r-- | main.css | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -171,12 +171,8 @@ footer p, footer p * { text-align: center; color: #666666; } -footer p a:link, footer p a:visited { +footer p a:link, footer p a:visited, footer p a:hover, footer p a:active { color: #666666; font-family: sans-serif; text-decoration: underline; } -footer p a:hover, footer p a:active { - color: #666666; - text-decoration: underline; -} |