From c71f67d42a57691483267db17743e751b65f8c84 Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Tue, 31 May 2011 01:50:19 -0700 Subject: [PATCH] Minor change to outline value (none to 0) --- normalize.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/normalize.css b/normalize.css index e5a4934..4c3335a 100644 --- a/normalize.css +++ b/normalize.css @@ -115,7 +115,7 @@ a:focus { a:hover, a:active { - outline: none; + outline: 0; } /* ............................................................................................................. General typography */