CSS fixes from jorisvanzundert
[scpubgit/stemmaweb.git] / root / css / dashboard.css
index 927dd8e..aded615 100644 (file)
        color: #666;
 }
 #stemma_graph {
-    height: 375px;
+       height: 340px;
     width: 500px;
     text-align: center;
     border: 1px #c6dcf1 solid;
+    background: #ffffff;
 }
 #stemma_graph img {
        margin-top: expression(( 450 - this.height ) / 2);