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 -
-

+

Jeudi 05 avril 2018 -
-

+

Dimanche 31 avril 2018 -
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;