X-Git-Url: https://dev.renevier.net/?a=blobdiff_plain;f=public%2Fcss%2Fsyjrawprint.css;fp=public%2Fcss%2Fsyjrawprint.css;h=c83fd2c5c23464d9535f3aea665c35491a147b35;hb=7ab93faefae14af39fc5449a2c3311dd68d2c0f9;hp=0000000000000000000000000000000000000000;hpb=38bedcd63499189e0584bfff6e44ae4018283eb1;p=syj.git diff --git a/public/css/syjrawprint.css b/public/css/syjrawprint.css new file mode 100644 index 0000000..c83fd2c --- /dev/null +++ b/public/css/syjrawprint.css @@ -0,0 +1,26 @@ +/* This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier, + and is published under the AGPL license. */ +body, html { + margin: 0; padding: 0; + width: 100%; + height: 100%; +} + +/* This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier, + and is published under the AGPL license. */ + +#map { + border: 1px solid; + position: static; + margin: 0; +} + +@page { + size: landscape; +} + +.olControlAttribution { + bottom: 0.5em; + left: 0.5em; + font-size: smaller; +}