diff options
| author | Tim Redfern <tim@eclectronics.org> | 2012-01-12 14:01:46 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2012-01-12 14:01:46 +0000 |
| commit | 9af0f832607e626d22c4205a3ed21ad105fdc042 (patch) | |
| tree | b8d97a8f422ce2055e791a06a10e7fa8138c2740 /test/Raphaël · Australia_files/demo-print.css | |
| parent | fcb9694218298bc52c569b8a5ce4c739abde2196 (diff) | |
tinkering
Diffstat (limited to 'test/Raphaël · Australia_files/demo-print.css')
| -rw-r--r-- | test/Raphaël · Australia_files/demo-print.css | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/test/Raphaël · Australia_files/demo-print.css b/test/Raphaël · Australia_files/demo-print.css new file mode 100644 index 0000000..04c724b --- /dev/null +++ b/test/Raphaël · Australia_files/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; +} |
