X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=root%2Fcss%2Fstexaminer.css;h=2c873e74b660e65f398b0c99a347d69d27553851;hb=9e967b6dfd7f4c86d7ba2ea32dc952eece376b44;hp=55b1957a687e91ad22018a629b69ef09df458dc0;hpb=917bee1c66759cddcec3b5389a4de3b647b91f84;p=scpubgit%2Fstemmaweb.git diff --git a/root/css/stexaminer.css b/root/css/stexaminer.css index 55b1957..2c873e7 100644 --- a/root/css/stexaminer.css +++ b/root/css/stexaminer.css @@ -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; @@ -102,28 +102,6 @@ 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; }