From 44398c68a335832a8f7a1f575394e83a39d5b849 Mon Sep 17 00:00:00 2001 From: Eli McMakin Date: Mon, 9 Dec 2013 21:51:18 -0600 Subject: [PATCH] Fixed Issue #354: Removed link on line 90 that was going to a page that no longer exists. --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 2b57ad2e..1c79c7b2 100644 --- a/style.css +++ b/style.css @@ -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 {