fix garbled Stexaminer clearfix; style about page. From @jorisvanzundert
[scpubgit/stemmaweb.git] / root / css / stexaminer.css
index 55b1957..2c873e7 100644 (file)
@@ -16,7 +16,7 @@
     overflow: auto;
 }
 #stemma_graph {
-    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.75);
+    background: none repeat scroll 0 0 rgba(255, 255, 255, 1);
     height: 350px;
     clear: both;
     float: left;
     border-right: 20px solid #ffd5e5;
 }
 
-/* Clearfix hack to make div container height work */
-.clearfix:after {
-       content: ".";
-       display: block;
-       clear: both;
-       visibility: hidden;
-       line-height: 0;
-       height: 0;
-}
-.clearfix {
-       display: inline-block;
-}
-html[xmlns] .clearfix {
-       display: block;
-}
-* html .clearfix {
-       height: 1%;
-}
-
 #options_button_container {
     height: 24px;
 }