]> dev.renevier.net Git - syj.git/blob - public/css/syjrawprint.css
some files were missing copyright information
[syj.git] / public / css / syjrawprint.css
1 /*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
2     and is published under the AGPL license. */
3
4 body, html {
5     margin: 0; padding: 0;
6     width: 100%;
7     height: 100%;
8 }
9
10 /*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
11     and is published under the AGPL license. */
12
13 #map {
14     border: 1px solid;
15     position: static;
16     margin: 0;
17 }
18
19 @page {
20   size: landscape;
21 }
22
23 .olControlAttribution {
24     bottom: 0.5em;
25     left: 0.5em;
26     font-size: smaller;
27 }