Minor change to outline value (none to 0)

This commit is contained in:
Nicolas Gallagher 2011-05-31 01:50:19 -07:00
parent 0c08646b9d
commit c71f67d42a

2
normalize.css vendored
View File

@ -115,7 +115,7 @@ a:focus {
a:hover,
a:active {
outline: none;
outline: 0;
}
/* ............................................................................................................. General typography */