From 3b39c4ae2b68facf69188c18aa9a41b3afe707d8 Mon Sep 17 00:00:00 2001 From: dhg Date: Mon, 15 Dec 2014 16:53:01 -0800 Subject: [PATCH] fixing the height of inputs --- css/skeleton.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/skeleton.css b/css/skeleton.css index 8eee5c7..2bbf547 100644 --- a/css/skeleton.css +++ b/css/skeleton.css @@ -233,7 +233,7 @@ input[type="url"], input[type="password"], textarea, select { - height: 36px; + height: 38px; padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */ background-color: #fff; border: 1px solid #D1D1D1;