Add a 'trace' mode (must be enabled at build time) that saves the
[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 }