summaryrefslogtreecommitdiff
path: root/test/when/demo.css
diff options
context:
space:
mode:
Diffstat (limited to 'test/when/demo.css')
-rw-r--r--test/when/demo.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/test/when/demo.css b/test/when/demo.css
new file mode 100644
index 0000000..ccb1882
--- /dev/null
+++ b/test/when/demo.css
@@ -0,0 +1,21 @@
+body {
+ background: #333;
+ color: #fff;
+ font: 300 100.1% "Helvetica Neue", Helvetica, "Arial Unicode MS", Arial, sans-serif;
+}
+#graph {
+ height: 480px;
+ left: 50%;
+ margin: -240px 0 0 -320px;
+ position: absolute;
+ top: 50%;
+ width: 640px;
+}
+#menus {
+ height: 480px;
+ left: 50%;
+ margin: -240px 0 0 -320px;
+ position: absolute;
+ top: 50%;
+ width: 640px;
+}