projects
/
WP-Themes
/
themoleholeonline.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5869830
)
added line height to text box in checkout
author
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 11 Dec 2015 19:24:47 +0000
(14:24 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 11 Dec 2015 19:24:47 +0000
(14:24 -0500)
style.css
patch
|
blob
|
history
diff --git
a/style.css
b/style.css
index
93edb53
..
e3bdb8c
100644
(file)
--- a/
style.css
+++ b/
style.css
@@
-527,6
+527,9
@@
input[type="text"], input[type="email"], input[type="url"], input[type="password
button.alt, input[type="button"].alt, input[type="reset"].alt, input[type="submit"].alt, .button.alt, .added_to_cart.alt, .widget-area .widget a.button.alt, .added_to_cart {
border: 0 !important; }
+.woocommerce-validated .input-text{
+ line-height: 20px;
+}
a {
font-weight: 400; }