remove underline on focused link

This commit is contained in:
Athou
2014-11-11 20:45:55 +01:00
parent db50d50c19
commit 0fe3afe254

View File

@@ -1,5 +1,6 @@
a:focus { a:focus {
outline: none; outline: none;
text-decoration: none;
} }
.container-full { .container-full {