From 69d7409e52b9aa26c9f0b3661cfdea238b4422ad Mon Sep 17 00:00:00 2001 From: Ben Word Date: Mon, 2 Jan 2012 11:30:21 -0700 Subject: [PATCH] anchor style should only appear in roots styles section --- css/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/css/style.css b/css/style.css index b9c36ff..8c7faa7 100644 --- a/css/style.css +++ b/css/style.css @@ -23,7 +23,6 @@ a:visited { color: #551a8b; } a:hover { color: #06e; } a:focus { outline: thin dotted; } a:hover, a:active { outline: 0; } -a:active, input.button:active { outline: 0; position: relative; top: 1px; } abbr[title] { border-bottom: 1px dotted; } b, strong { font-weight: bold; }