Change .fa class style text-decoration property to none

pull/3798/head
hugoender 2015-10-18 21:48:21 -04:00
parent 3066f5a579
commit c9621aac2b
1 changed files with 4 additions and 0 deletions

View File

@ -96,6 +96,10 @@ h1, h2, h3, h4, h5, h6, p, li {
margin-right: 5px;
}
.fa:hover {
text-decoration: none;
}
.img-center {
margin: 0 auto;
}