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;