unify copyright label in footer with wcs (#5075)

This commit is contained in:
Frédéric Péters 2014-08-13 13:52:00 +02:00
parent b732ced725
commit 0133a0e932
2 changed files with 8 additions and 4 deletions

View File

@ -81,11 +81,12 @@ div#footer {
}
p#legal {
position: absolute;
font-size: small;
padding-top: 140px;
color: white;
color: #444;
margin: 0;
padding-left: 15px;
bottom: 0px;
left: 40px;
}
#content {

View File

@ -89,7 +89,10 @@
</div> <!-- #main-content -->
</div> <!-- #main-content-wrapper -->
<div id="footer">
<p id="legal">Copyright © 2006-2013 Entr'ouvert</p>
<p id="legal">
© Montpellier-agglomération 2013 — Réalisation&nbsp;:
<a href="http://www.entrouvert.com">Entr'ouvert</a>
</p>
<ul id="footer-menu">
{% show_menu_below_id "footer-menu" 0 0 100 100 "compte-agglo-montpellier/footer-menu.html" %}
</ul>