From f17fde2c51aa4f80e708c501fcf13ee0ce2902c8 Mon Sep 17 00:00:00 2001 From: Mika Havela Date: Mon, 14 Jan 2008 17:22:19 +0000 Subject: Fixed a bug that causes select to look funny git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@568 ab2d0c66-481e-0410-8bed-d214d4d58bed --- www/ice/ice.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'www') diff --git a/www/ice/ice.css b/www/ice/ice.css index 7dd9a4b..fa2da38 100644 --- a/www/ice/ice.css +++ b/www/ice/ice.css @@ -338,8 +338,7 @@ body { #content p,input.text,select,textarea,table { width: 99%; } - -#content select,textarea { +#content textarea { height: 300px; } #content dd select,dd textarea { -- cgit v1.2.3