]> dev.renevier.net Git - syj.git/blobdiff - public/css/faq.css
use html5 <footer> element
[syj.git] / public / css / faq.css
index 902ed7a6f5b0a04a94b7e4e0f8079e520b5f6e63..0f079b8bbf4efc0c13969fe84c5d009bf95058c2 100644 (file)
@@ -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;
+    }
+}