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:
4001464
)
Update front css
author
Steve Sutton
<steve@gaslightmedia.com>
Tue, 11 Sep 2018 12:10:50 +0000
(08:10 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Tue, 11 Sep 2018 12:10:50 +0000
(08:10 -0400)
Fix image alignment.
css/front.css
patch
|
blob
|
history
diff --git
a/css/front.css
b/css/front.css
index
85f383f
..
19c4794
100644
(file)
--- a/
css/front.css
+++ b/
css/front.css
@@
-369,7
+369,9
@@
form#checkoutForm h5{
padding:10px 0;
}
.glm-reg-list-image{
- float: left;
+ /* float: left; */
+ display: block;
+ margin: 0 auto;
}
/*}}} end Event Registration List */