Add links in page footer
authorNicolas Iooss <nicolas.iooss_git@polytechnique.org>
Sat, 30 Mar 2013 21:18:54 +0000 (22:18 +0100)
committerNicolas Iooss <nicolas.iooss_git@polytechnique.org>
Sat, 30 Mar 2013 21:18:54 +0000 (22:18 +0100)
Signed-off-by: Nicolas Iooss <nicolas.iooss_git@polytechnique.org>
xnet/site/static/css/common.css
xnet/site/templates/base.html

index f22d647..dd7c769 100644 (file)
 /*** $GLOBAL *****************************************/
 /*****************************************************/
 html {
-       overflow-y: scroll; /* Force vertical scrollbar */
+    overflow-y: scroll; /* Force vertical scrollbar */
 }
 footer {
-    clear:both;
+    clear: both;
+    font-size: 75%;
     text-align: center;
 }
 form {
index a1e7a1d..30fb360 100644 (file)
@@ -76,7 +76,9 @@
     </div><!--/.container-->
     <footer>
         <p>
-            &copy; Polytechnique.org 2013
+            &copy; Polytechnique.org 2013 -
+            <a href="http://xorg.polytechnique.org/">Association Polytechnique.org</a> -
+            <a href="{{ contact_email }}">nous contacter</a>
         </p>
     </footer>
     {% endblock body %}