From 4a04cedecbe86b3a16aa8cdaf2346fcb22755d47 Mon Sep 17 00:00:00 2001 From: Sanj Date: Wed, 10 Aug 2011 17:39:42 +0530 Subject: [PATCH] fix height --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 3a9c0be..f23eb22 100644 --- a/style.css +++ b/style.css @@ -131,7 +131,7 @@ list-style: none; -moz-box-shadow: 0px 0px 4px #514216; box-shadow: 0px 0px 4px #514216; width:505px; - max-height:100px; + max-height:350px; min-height:100px; font-size:11px; overflow:auto; @@ -155,7 +155,7 @@ list-style: none; -moz-box-shadow: 0px 0px 4px #514216; box-shadow: 0px 0px 4px #514216; width:505px; - max-height:132px; + max-height:350px; min-height:132px; font-size:11px; overflow:auto;