X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=stemmaweb%2Froot%2Fcss%2Fstexaminer.css;h=9efbc540775e012a3eeb54e558890acc9f7ab40f;hb=deeeeaad1da7fbeeb80889e5723bf43f0b0e7ebb;hp=9c5ec8408317649b375ce2c1669b773e4a86aa42;hpb=6d25a3a0b12983dd16f36172d645fa8cd0c8b442;p=scpubgit%2Fstemmatology.git diff --git a/stemmaweb/root/css/stexaminer.css b/stemmaweb/root/css/stexaminer.css index 9c5ec84..9efbc54 100644 --- a/stemmaweb/root/css/stexaminer.css +++ b/stemmaweb/root/css/stexaminer.css @@ -1,15 +1,15 @@ #variants_table { float: left; - width: 450px; - height: 550px; - border-right: 1px #c6dcf1 solid; - margin-left: 20px; + width: 90%; + height: 90px; + border: 1px #c6dcf1 solid; + margin-bottom: 20px; overflow: auto; } #stemma_graph { height: 450px; float: left; - width: 500px; + width: 700px; text-align: center; border: 1px #c6dcf1 solid; }