From 6c8b06a41d252c8e01c6a7648d85bd220cd454f3 Mon Sep 17 00:00:00 2001 From: shakyShane Date: Sun, 15 Jul 2012 10:17:07 +0100 Subject: [PATCH] removed outline: 0 --- stylesheets/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/base.css b/stylesheets/base.css index 9ae0270..358c67d 100644 --- a/stylesheets/base.css +++ b/stylesheets/base.css @@ -94,7 +94,7 @@ /* #Links ================================================== */ - a, a:visited { color: #333; text-decoration: underline; outline: 0; } + a, a:visited { color: #333; text-decoration: underline; } a:hover, a:focus { color: #000; } p a, p a:visited { line-height: inherit; }