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