From: Anthony Talarico Date: Thu, 4 Jan 2018 15:41:20 +0000 (-0500) Subject: fixing anchor tags decoration for account header button X-Git-Tag: v1.0.0^2~97 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=042a6c5cdfb840b108da1915baafce9eb74eab7c;p=WP-Plugins%2Fglm-member-db-registrations.git fixing anchor tags decoration for account header button account header buttons had underlines in the text --- 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; }