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