]> dev.renevier.net Git - syj.git/blobdiff - public/css/faq.css
some files were missing copyright information
[syj.git] / public / css / faq.css
index 902ed7a6f5b0a04a94b7e4e0f8079e520b5f6e63..55b407ebe4d4a9f780960c7168f6f165f905f115 100644 (file)
@@ -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;
+    }
+}