Ajout lien fb en pied de page

This commit is contained in:
leosw
2025-07-13 15:46:45 +02:00
parent 613776264c
commit 4ab51c9687
2 changed files with 2 additions and 4 deletions

View File

@@ -3,5 +3,5 @@
<a href="<?=$config['rel_root_folder']?>wiki/legal">Mentions Légales</a> &mdash;
<a href="<?=$config['rel_root_folder']?>contact">Contact</a>
</div>
<p><i>Applications mobiles bientôt disponibles.</i></p>
<p><a target="_blank" href="https://www.facebook.com/profile.php?id=61578287940971"><i class="fab fa-facebook-square"></i></a></p>
</footer>

View File

@@ -50,6 +50,7 @@ form.form input[type=submit] {
#wikiContent blockquote { margin-left: 40px; margin-right: 40px }
#wikiContent ol, #wikiContent ul, #wikiContent dd { margin-left: 40px }
#wikiContent ol ul, #wikiContent ul ol, #wikiContent ul ul, #wikiContent ol ol { margin-top: 0; margin-bottom: 0 }
#wikiContent hr { border: 1px solid #bbb }
#wikiContent .footnotes {
font-size: 0.8em;
@@ -57,9 +58,6 @@ form.form input[type=submit] {
#wikiContent .footnotes p {
margin: 0.4em 0;
}
#wikiContent hr {
border: 1px inset;
}
#wiki_page.archive {
opacity: 0.5;