footer en noir

This commit is contained in:
2019-02-20 07:31:48 +01:00
parent ecc8cb515b
commit 45d9b75a22
2 changed files with 8 additions and 8 deletions

View File

@@ -96,9 +96,11 @@
top:7%;
}
#footer {
text-align: center;
color: #428BCA;
.footer {
background-color: #2f2f2f;
color: #ffffff;
padding-top: 2em;
padding-bottom: 1em;
}
.form-group {

View File

@@ -95,11 +95,9 @@
<br />
</div>
<div id="footer">
<div class="well">
<p>© 2017&nbsp;-&nbsp;<a href="http://www.entreprise-dumas.com/" target="_blank">Entreprise Dumas, 49 Chemin du Bois 69140 RILLIEUX LA PAPE</a></p>
</div>
</div>
<footer class="footer text-center">
<p>© 2017&nbsp;-&nbsp;<a href="http://www.entreprise-dumas.com/" target="_blank">Entreprise Dumas</a>, 49 Chemin du Bois 69140 RILLIEUX LA PAPE</p>
</footer>
<div metal:define-slot="additional_scripts" />