From 4ab51c9687b6505febcad11edf9482b8d96e6020 Mon Sep 17 00:00:00 2001 From: leosw Date: Sun, 13 Jul 2025 15:46:45 +0200 Subject: [PATCH] Ajout lien fb en pied de page --- views/blocks/d.footer.html | 2 +- views/css/d.wiki.css | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/views/blocks/d.footer.html b/views/blocks/d.footer.html index 70edb27..a46dd78 100755 --- a/views/blocks/d.footer.html +++ b/views/blocks/d.footer.html @@ -3,5 +3,5 @@ Mentions LégalesContact -

Applications mobiles bientôt disponibles.

+

\ No newline at end of file diff --git a/views/css/d.wiki.css b/views/css/d.wiki.css index 1362388..0ea7682 100755 --- a/views/css/d.wiki.css +++ b/views/css/d.wiki.css @@ -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;