Merge pull request #3798 from hugoender/fix/fa-icons-text-decoration

Change .fa class style text-decoration property to none
This commit is contained in:
Logan Tegman
2015-10-18 21:09:34 -07:00

View File

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