X-Git-Url: https://dev.renevier.net/?a=blobdiff_plain;f=public%2Fcss%2Ffaq.css;h=0f079b8bbf4efc0c13969fe84c5d009bf95058c2;hb=41a62d74f105acd6e59c86d42a831559a86177cd;hp=902ed7a6f5b0a04a94b7e4e0f8079e520b5f6e63;hpb=208a09a18b0212eecb94b74fd63840e6fcce8878;p=syj.git diff --git a/public/css/faq.css b/public/css/faq.css index 902ed7a..0f079b8 100644 --- a/public/css/faq.css +++ b/public/css/faq.css @@ -1,11 +1,11 @@ -/* 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 { +footer { _position: static; } @@ -15,3 +15,10 @@ h1, h2 { p { margin: 0.5em 15% 2.0em 15%; } + +@media print { + p { + margin-left: 0; + margin-right: 0; + } +}