petites corrections

This commit is contained in:
Pierre 2020-01-22 16:25:17 +01:00
parent 750c668c9d
commit dd8c69f28e
5 changed files with 13 additions and 12 deletions

View file

@ -65,7 +65,7 @@
<h3>Nous contacter</h3>
<div class="row">
<div class="col-lg-6">
<BOUCLE_webmaster(AUTEURS){id_auteur=1}>
<BOUCLE_webmaster(AUTEURS){nom=Pierre}{tout}>
<div class="ajax">
#FORMULAIRE_NOUS_CONTACTER{#ID_AUTEUR}
</div>

View file

@ -302,13 +302,12 @@ a, a:hover {
/**********************************************************************/
#footer-infos{
background: $fond-footer;
padding: 2rem 0;
}
.footer{
background: $fond-footer;
color: $light;
padding-bottom: 1rem;
margin-bottom:0;
text-align: left;
position:relative;
@ -323,10 +322,11 @@ a, a:hover {
}
.colophon{
padding-top: 1rem;
border-top: solid $titres-footer 1px;
background:$fond-footer;
padding: 1rem 0;
ul{
justify-content: space-between;
align-items: center;
}
}

View file

@ -12167,13 +12167,12 @@ a, a:hover {
/***************************** FOOTER *********************************/
/**********************************************************************/
#footer-infos {
background: #464ba3;
padding: 2rem 0;
}
.footer {
background: #464ba3;
color: #f8f9fa;
padding-bottom: 1rem;
margin-bottom: 0;
text-align: left;
position: relative;
@ -12190,13 +12189,15 @@ a, a:hover {
}
.footer .colophon {
padding-top: 1rem;
border-top: solid #64d4af 1px;
background: #464ba3;
padding: 1rem 0;
}
.footer .colophon ul {
-webkit-box-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
align-items: center;
}
.footer .colophon .generator {

View file

@ -13,8 +13,8 @@
</div>
</section>
<div class="colophon container">
<ul class="nav">
<div class="colophon">
<ul class="nav container">
<li class="separ">
<a rel="contents" href="#URL_PAGE{plan}">
<i class="fas fa-map"></i> <:plan_site:>

View file

@ -68,7 +68,7 @@
</div>
<div class="resume">
<label for="resume">Résumé</label>
<label for="resume">Texte</label>
<textarea class="text" type="text" name="texte">#ENV{texte}</textarea>
</div>