Commit e2b67ec7 authored by Jean-Philippe Metivier's avatar Jean-Philippe Metivier
Browse files

ligne de séparation entre les questions (HARDCODED)

parent 48b304dd
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -26,3 +26,10 @@ $this->headTitle("Foire aux questions");
        </dl>
    <?php endif; ?>
</div>


<style>
    .faq dd {
        border-bottom: 1px solid black;
    }
</style>
 No newline at end of file