Fixed Issue #354: Removed link on line 90 that was going to a page that no longer exists.

This commit is contained in:
Eli McMakin 2013-12-09 21:51:18 -06:00
parent f88204d0a4
commit 44398c68a3
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ a:focus {
outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
a:active {
outline: 0;
}
a img {