From c9621aac2b4964def4b41e806d9888d485fff3d4 Mon Sep 17 00:00:00 2001 From: hugoender Date: Sun, 18 Oct 2015 21:48:21 -0400 Subject: [PATCH] Change .fa class style text-decoration property to none --- client/less/main.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/less/main.less b/client/less/main.less index 540aa96c957..aa708678943 100644 --- a/client/less/main.less +++ b/client/less/main.less @@ -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; }