#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;
}
<div id="statistics">
<p>Analyzed [% total %] variant locations, of which [% genealogical %] entirely followed the stemma. [% conflict %] readings conflicted with the stemma.</p>
</div>
- <div id="stemma_graph">
- [% svg %]
- </div>
<div id="variants_table">
<table>
[% FOREACH row IN variants -%]
[% END -%]
</table>
</div>
+ <div id="stemma_graph">
+ [% svg %]
+ </div>
[% PROCESS footer.tt %]