From 5f0141b70611206786cad421c7c395ced3a426be Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Tue, 15 Sep 2009 11:10:41 +0200 Subject: [PATCH] Make the summary boxes scalable. --- static/exodus/css/home.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.30.2