projects
/
WP-Plugins
/
glm-member-db-registrations.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89373ea
)
fixing anchor tags decoration for account header button
author
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 4 Jan 2018 15:41:20 +0000
(10:41 -0500)
committer
Anthony 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
patch
|
blob
|
history
diff --git
a/css/front.css
b/css/front.css
index
df7c04d
..
10cebde
100644
(file)
--- 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;
}