From dcc75400a9ef207794aab9d7ad35da47203faa34 Mon Sep 17 00:00:00 2001 From: Alex Schroeder Date: Mon, 14 Aug 2006 11:01:31 +0000 Subject: [PATCH] Summary height limited to 3em. --- css/astrid.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/css/astrid.css b/css/astrid.css index 19eedcc4..ad316f3e 100644 --- a/css/astrid.css +++ b/css/astrid.css @@ -79,8 +79,8 @@ div.rc { padding: 1ex; } div.rc hr { display: none; } textarea { - width: 100%; - height: 80%; + width: 100%; + height: 80%; border: 1px solid #333; background-color: #edead7; } @@ -89,6 +89,10 @@ textarea[name="aftertext"] { height: 10em; } +textarea[name="summary"] { + height:3em; +} + pre { border: 1px solid black; background-color: #eee;