From 1a68c75a6920b9729ba94b7b1ba5f943a93323e4 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 11 Dec 2015 15:16:36 -0500 Subject: [PATCH] adjusted line height for input text --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 3878e31..348135e 100644 --- a/style.css +++ b/style.css @@ -523,7 +523,7 @@ button, input[type="button"], input[type="reset"], input[type="submit"], .button input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea, .input-text { box-shadow: none; -line-height: 20px;} +line-height: 27px;} 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; } -- 2.17.1