Change outline:none to outline:0 to avoid obscure Opera CSS transition bug

This commit is contained in:
Nicolas Gallagher 2011-06-14 17:50:35 +01:00
parent b2e8ff5297
commit d68970335d

View File

@ -32,7 +32,7 @@ a:focus {
a:hover, a:hover,
a:active { a:active {
outline: none; outline: 0;
} }
a:hover, a:hover,
@ -164,4 +164,4 @@ p {
.fork { .fork {
display: none; display: none;
} }
} }