X-Git-Url: https://dev.renevier.net/?a=blobdiff_plain;f=public%2Fcss%2Ffaq.css;h=55b407ebe4d4a9f780960c7168f6f165f905f115;hb=c06c7fd6e6f26d31abb8d7c9a9f9e3f2d5b27d5c;hp=902ed7a6f5b0a04a94b7e4e0f8079e520b5f6e63;hpb=208a09a18b0212eecb94b74fd63840e6fcce8878;p=syj.git diff --git a/public/css/faq.css b/public/css/faq.css index 902ed7a..55b407e 100644 --- a/public/css/faq.css +++ b/public/css/faq.css @@ -1,17 +1,21 @@ -/* 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; + } +}