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

Css de la partie FAQ

parent ed1492d9
Loading
Loading
Loading
Loading
Loading
+12 −10
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@ $this->headTitle("Foire aux questions");
    Foire aux questions (F.A.Q.)
</h1>

<div class="faq">
    <?php if (empty($questions)) : ?>
        Aucune question
    <?php else : ?>
@@ -24,3 +25,4 @@ $this->headTitle("Foire aux questions");
        <?php endforeach; ?>
        </dl>
    <?php endif; ?>
</div>
+3 −0
Original line number Diff line number Diff line
div.faq dd {
    border-bottom: 1px solid lightgrey;
}
 No newline at end of file