remove dotted lines on focused links

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

View File

@@ -1,3 +1,7 @@
a:focus {
outline: none;
}
.container-full {
width: 100%;
margin: 0 auto;