diff options
| author | Tim Redfern <tim@eclectronics.org> | 2012-01-06 19:32:38 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2012-01-06 19:32:38 +0000 |
| commit | fcb9694218298bc52c569b8a5ce4c739abde2196 (patch) | |
| tree | 4ad57ae9dde946fe18878e94b1fb96c7a4b5995d /test/demo-print.css | |
| parent | 1c7b71efce6b2e3465338f88a03232bcda12c381 (diff) | |
test raphael
Diffstat (limited to 'test/demo-print.css')
| -rw-r--r-- | test/demo-print.css | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/test/demo-print.css b/test/demo-print.css new file mode 100644 index 0000000..04c724b --- /dev/null +++ b/test/demo-print.css @@ -0,0 +1,20 @@ +body { + background: #fff; + color: #000; + font: 100.1% "Lucida Grande", Lucida, Verdana, sans-serif; +} +#holder { + height: 480px; + left: 50%; + margin: 0 0 0 -320px; + position: absolute; + top: 0; + width: 640px; +} +#copy { + bottom: 0; + font-size: .7em; + position: absolute; + right: 1em; + text-align: right; +} |
