From 86452ea00bc33c39e5464509388764bea1048f0d Mon Sep 17 00:00:00 2001 From: jomo Date: Mon, 21 Oct 2013 05:55:38 +0200 Subject: [PATCH] tiny --- app/assets/stylesheets/screen.css.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/assets/stylesheets/screen.css.scss b/app/assets/stylesheets/screen.css.scss index a88487a..11daa65 100644 --- a/app/assets/stylesheets/screen.css.scss +++ b/app/assets/stylesheets/screen.css.scss @@ -330,9 +330,6 @@ and (min-width: 0px) //TODO } } - .input { - height: 3em; - } input[type=text], input[type=email], input[type=password], input[type=number], textarea, select { background: #ddd; border: none; @@ -340,7 +337,6 @@ and (min-width: 0px) //TODO margin: 0 0 1px 0; padding: 0.5em 1em; width: 100%; - display: block; } input, select, textarea {