X-Git-Url: https://dev.renevier.net/?a=blobdiff_plain;f=public%2Fcss%2Ffaq.css;h=f4731c64654bc1cdedec6415702f413ed355d24c;hb=19ff9487d2670d5043eed539b7358b8d6f86d1fc;hp=902ed7a6f5b0a04a94b7e4e0f8079e520b5f6e63;hpb=208a09a18b0212eecb94b74fd63840e6fcce8878;p=syj.git diff --git a/public/css/faq.css b/public/css/faq.css index 902ed7a..f4731c6 100644 --- a/public/css/faq.css +++ b/public/css/faq.css @@ -1,17 +1,20 @@ -/* This file is part of Syj, Copyright (c) 2010 Arnaud Renevier, +/* This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier, and is published under the AGPL license. */ body { text-align: justify; text-indent: 0.6em; } -#footer { - _position: static; -} - h1, h2 { text-align: center; } p { margin: 0.5em 15% 2.0em 15%; } + +@media print { + p { + margin-left: 0; + margin-right: 0; + } +}