1cd40ab7913584a8005702919b46069816e3f385
[tatoo.git] / tests / trace / trace.css
1 div#data {
2     position: absolute;
3     top: 0%;
4     left: 0%;
5     width: 30%;
6     height: 100%;
7     overflow: auto;
8 }
9 div#svg {
10     position: absolute;
11     top: 0%;
12     left: 30%;
13     width: 70%;
14     height: 100%;
15     overflow: auto;
16 }