Signed-off-by: Nicolas Iooss <nicolas.iooss_git@polytechnique.org>
/*** $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 {
</div><!--/.container-->
<footer>
<p>
- © Polytechnique.org 2013
+ © Polytechnique.org 2013 -
+ <a href="http://xorg.polytechnique.org/">Association Polytechnique.org</a> -
+ <a href="{{ contact_email }}">nous contacter</a>
</p>
</footer>
{% endblock body %}