diff options
author | Anika Henke <anika@selfthinker.org> | 2012-01-31 02:06:46 +0000 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2012-01-31 02:06:46 +0000 |
commit | 34a6fefb20a56d0eeb712f51c3a147f6c45f68e4 (patch) | |
tree | 8431911a373a6ae3b33444a46a3b2eaa236221ec | |
parent | 6d71d404c68e17a67755835215035de42a27e4d5 (diff) | |
download | rpg-34a6fefb20a56d0eeb712f51c3a147f6c45f68e4.tar.gz rpg-34a6fefb20a56d0eeb712f51c3a147f6c45f68e4.tar.bz2 |
removed outline from links (focus and active states are set differently anyway)
-rwxr-xr-x | css/basic.css | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/css/basic.css b/css/basic.css index bf2f22f75..34a6d5882 100755 --- a/css/basic.css +++ b/css/basic.css @@ -169,11 +169,12 @@ th { /*____________ links ____________*/ a { + outline: none; } a:link, a:visited { text-decoration: none; - color: __link__; /* §colour */ + color: __link__; } a:link:hover, a:visited:hover, @@ -183,14 +184,6 @@ a:link:active, a:visited:active { text-decoration: underline; } -a:link:focus, -a:visited:focus { - outline: 1px dotted; -} -a:link:active, -a:visited:active { - color: #c00; /* §colour */ -} /*____________ misc ____________*/ |