Make the summary boxes scalable.
[matthijs/projects/wipi.git] / static / exodus / css / home.css
index 3cabfcfffad9a0433c1c374e55e08102b4ee6d84..152fe00f37aab830444145d99dbfcba0c3ab6699 100644 (file)
@@ -1,10 +1,3 @@
-#page, #footer{
-       /* Center the page and footer, just like the header */
-       width:1024px;
-       margin-right: auto;
-       margin-left: auto;
-}
-
 .worldmap {
        /* End up under the menu bar */
        clear:both;
 /* 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;