From e0860d80e3d9f86561a371bd153e545cf78ce403 Mon Sep 17 00:00:00 2001 From: Juriy Zaytsev Date: Mon, 8 Feb 2010 12:11:11 -0500 Subject: [PATCH] Tweak input textarea height. --- master.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.34.1