From 925ad5a5575af5414457b50cc6944e41d6da2591 Mon Sep 17 00:00:00 2001 From: newick Date: Mon, 26 Nov 2018 10:49:51 +0100 Subject: [PATCH] =?UTF-8?q?am=C3=A9lioration=20de=20r=C3=A9capitulatif?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/recapitulatif.html | 18 +++++++++--------- public/style.css | 10 ++++++++++ 2 files changed, 19 insertions(+), 9 deletions(-) diff --git a/public/recapitulatif.html b/public/recapitulatif.html index 13554803..dcb13a85 100644 --- a/public/recapitulatif.html +++ b/public/recapitulatif.html @@ -20,30 +20,30 @@

Récapitulatif

-

+

Jeudi 17 août 2018 -
    +
    • 8:00
    • 9:00
    • 10:00
    -

    +
-

+

Jeudi 05 avril 2018 -
    +
    • 8:00
    • 9:00
    • 10:00
    -

    +
-

+

Dimanche 31 avril 2018 -
    +
    • 15:00
    -

    +
diff --git a/public/style.css b/public/style.css index ece16146..9718b2f1 100644 --- a/public/style.css +++ b/public/style.css @@ -87,10 +87,20 @@ ul { list-style-type: none; } + li + li { margin-top: 20px; } +.default-list { + padding-left: 20px; + list-style-type: disc; +} + +.default-list li + li { + margin-top: 0; +} + /* Apparence */ section:not(:last-of-type) { margin-bottom: 30px;