Make the summary boxes scalable.
[matthijs/projects/wipi.git] / 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;