From 7523fb951aabc24bf290028c348cbe46bd846f86 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Mon, 23 Jan 2012 22:22:02 +0000 Subject: graphing with raphael --- test/when/demo-print.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 test/when/demo-print.css (limited to 'test/when/demo-print.css') diff --git a/test/when/demo-print.css b/test/when/demo-print.css new file mode 100644 index 0000000..c9a3035 --- /dev/null +++ b/test/when/demo-print.css @@ -0,0 +1,13 @@ +body { + background: #fff; + color: #000; + font: 100.1% "Lucida Grande", Lucida, Verdana, sans-serif; +} +#graph { + height: 480px; + left: 50%; + margin: 0 0 0 -320px; + position: absolute; + top: 0; + width: 640px; +} -- cgit v1.2.3