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:
313adcd
)
fixing css selector syntax from previous push
author
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 5 Jan 2018 15:07:46 +0000
(10:07 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 5 Jan 2018 15:07:46 +0000
(10:07 -0500)
missing period from the last css style selector change
css/front.css
patch
|
blob
|
history
diff --git
a/css/front.css
b/css/front.css
index
3e30aa0
..
b52b6fe
100644
(file)
--- a/
css/front.css
+++ b/
css/front.css
@@
-5,7
+5,7
@@
.glm-bold{
font-weight: bold;
}
-glm-reg-cart-charges-col:not(:first-child){
+
.
glm-reg-cart-charges-col:not(:first-child){
visibility: hidden;
}
.glm-reg-event-profile-details {