]> dev.renevier.net Git - syj.git/blob - public/css/faq.css
use html5 <footer> element
[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 footer {
9     _position: static;
10 }
11
12 h1, h2 {
13     text-align: center;
14 }
15 p {
16     margin: 0.5em 15% 2.0em 15%;
17 }
18
19 @media print {
20     p {
21         margin-left: 0;
22         margin-right: 0;
23     }
24 }