Make the summary boxes scalable.
authorMatthijs Kooijman <matthijs@stdin.nl>
Tue, 15 Sep 2009 09:10:41 +0000 (11:10 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Tue, 15 Sep 2009 09:10:41 +0000 (11:10 +0200)
static/exodus/css/home.css

index 701f3427dd959e58a867cda23c58e8e3c291c0bc..152fe00f37aab830444145d99dbfcba0c3ab6699 100644 (file)
 /* 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;