From ac34bc986232a9880074c160f7e0d352f9308859 Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 16 Aug 2020 06:32:49 -0500 Subject: [PATCH] Style dictionary lists --- styles/styles.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/styles/styles.css b/styles/styles.css index 50aff28..d71a36c 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -44,6 +44,17 @@ code { font-size: 11pt; padding: 2px 4px; } +dl { + list-style-type: none; + margin: 0; +} +dl dt { + font-weight: bold; + margin: 1em 0 0 0; +} +dl dd { + margin: 0; +} /* CUSTOM DIVS AND SPANS */ a.quickbutton {