From: Juriy Zaytsev Date: Mon, 8 Feb 2010 17:11:11 +0000 (-0500) Subject: Tweak input textarea height. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=e0860d80e3d9f86561a371bd153e545cf78ce403;p=html-minifier.git Tweak input textarea height. --- diff --git a/master.css b/master.css index 38b0d46..32767f8 100644 --- a/master.css +++ b/master.css @@ -1,5 +1,5 @@ body { font-family: "Cambria", Georgia, Times, "Times New Roman", serif; } -textarea { height: 20em; } +textarea { height: 30em; } h1 { margin-top: 0.5em; font-size: 1.25em; } button { font-weight: bold; width: 100px; }