Add a 'trace' mode (must be enabled at build time) that saves the
[tatoo.git] / tests / trace / trace.css
diff --git a/tests/trace/trace.css b/tests/trace/trace.css
new file mode 100644 (file)
index 0000000..1cd40ab
--- /dev/null
@@ -0,0 +1,16 @@
+div#data {
+    position: absolute;
+    top: 0%;
+    left: 0%;
+    width: 30%;
+    height: 100%;
+    overflow: auto;
+}
+div#svg {
+    position: absolute;
+    top: 0%;
+    left: 30%;
+    width: 70%;
+    height: 100%;
+    overflow: auto;
+}