From 841037c32a8e68aaa88d4b53c61abacf6e39b77c Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 11 Dec 2015 15:15:27 -0500 Subject: [PATCH] removing padding from input boxes --- style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/style.css b/style.css index 46c3a00..3878e31 100644 --- a/style.css +++ b/style.css @@ -522,7 +522,6 @@ button, input[type="button"], input[type="reset"], input[type="submit"], .button padding: .618em .857em; } input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea, .input-text { - padding: 1em; box-shadow: none; line-height: 20px;} -- 2.17.1