From ba29374ee18611dd385a4f3c3725879beb3dc203 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Thu, 9 Mar 2017 23:16:49 +0100 Subject: [PATCH] =?UTF-8?q?Affichage=20des=20listes=20de=20d=C3=A9finition?= =?UTF-8?q?s=20avec=20un=20=C3=A9l=C3=A9ment=20par=20ligne.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bitoduc.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/bitoduc.css b/bitoduc.css index 8a3e3b2..ce89998 100644 --- a/bitoduc.css +++ b/bitoduc.css @@ -117,3 +117,18 @@ a:visited { color: inherit; } + +dl { + list-style-type: disc; +} +dt:before { + content: ""; + display: block; +} +dt:after { + content: ":"; +} +dt, dd { + display: inline; + margin: 0; +}