From: Matthijs Kooijman Date: Tue, 15 Sep 2009 09:10:41 +0000 (+0200) Subject: Make the summary boxes scalable. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fwipi.git;a=commitdiff_plain;h=5f0141b70611206786cad421c7c395ced3a426be Make the summary boxes scalable. --- diff --git a/static/exodus/css/home.css b/static/exodus/css/home.css index 701f342..152fe00 100644 --- a/static/exodus/css/home.css +++ b/static/exodus/css/home.css @@ -34,9 +34,10 @@ /* Window with textual info */ .summary { width:280px; - height:120px; + min-height:120px; overflow:hidden; border:3px double #cc8900; + padding:5px; } .closeup div, .summary div { display: none;