anchor style should only appear in roots styles section

This commit is contained in:
Ben Word
2012-01-02 11:30:21 -07:00
parent 331c11d32f
commit 69d7409e52

View File

@@ -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; }