fixing anchor tags decoration for account header button
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 4 Jan 2018 15:41:20 +0000 (10:41 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 4 Jan 2018 15:41:20 +0000 (10:41 -0500)
account header buttons had underlines in the text

css/front.css

index df7c04d..10cebde 100644 (file)
@@ -777,6 +777,9 @@ span.glm-error {
 #accountHeader-left a{
     text-decoration: none;
 }
+#accountHeader-right a{
+    text-decoration: none;
+}
 #accountHeader-left > * {
     float: left;
 }