From 6844caffe2c99b4214c4ce8bea7529905a0ee964 Mon Sep 17 00:00:00 2001 From: Emil Uzelac Date: Sun, 1 May 2016 15:59:34 -0500 Subject: [PATCH] Redundant styles. Leftover from: https://github.com/Automattic/_s/commit/309037e2ade5f22f26a09dc4d713fb5b18012102#diff-da232d78aa810382f2dcdceae308ff8e --- style.css | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/style.css b/style.css index a646c53d..ec526061 100644 --- a/style.css +++ b/style.css @@ -470,6 +470,7 @@ textarea { color: #666; border: 1px solid #ccc; border-radius: 3px; + padding: 3px; } select { @@ -495,26 +496,7 @@ textarea:focus { color: #111; } -input[type="text"], -input[type="email"], -input[type="url"], -input[type="password"], -input[type="search"], -input[type="number"], -input[type="tel"], -input[type="range"], -input[type="date"], -input[type="month"], -input[type="week"], -input[type="time"], -input[type="datetime"], -input[type="datetime-local"], -input[type="color"] { - padding: 3px; -} - textarea { - padding-left: 3px; width: 100%; }