From 042a6c5cdfb840b108da1915baafce9eb74eab7c Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 4 Jan 2018 10:41:20 -0500 Subject: [PATCH] fixing anchor tags decoration for account header button account header buttons had underlines in the text --- css/front.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/front.css b/css/front.css index df7c04d..10cebde 100644 --- a/css/front.css +++ b/css/front.css @@ -777,6 +777,9 @@ span.glm-error { #accountHeader-left a{ text-decoration: none; } +#accountHeader-right a{ + text-decoration: none; +} #accountHeader-left > * { float: left; } -- 2.17.1