diff options
Diffstat (limited to 'test/when/demo-print.css')
| -rw-r--r-- | test/when/demo-print.css | 13 |
1 files changed, 13 insertions, 0 deletions
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; +} |
