]> dev.renevier.net Git - syj.git/blob - public/css/faq.css
some files were missing copyright information
[syj.git] / public / css / faq.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 {
5     text-align: justify;
6     text-indent: 0.6em;
7 }
8
9 h1, h2 {
10     text-align: center;
11 }
12 p {
13     margin: 0.5em 15% 2.0em 15%;
14 }
15
16 @media print {
17     p {
18         margin-left: 0;
19         margin-right: 0;
20     }
21 }