From ff5af5cdcdc909682fede7999751bce20694bc81 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Mon, 28 Aug 2023 19:59:21 +0200 Subject: [PATCH] Squashed 'cgilite/' changes from 887a68a1..0d64190b 0d64190b style for definition lists, adjusted list padding 0c5f738e style for line-block git-subtree-dir: cgilite git-subtree-split: 0d64190b6d906c7510c6e5825b26fd7f525d151a --- common.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/common.css b/common.css index 51feb2e..61d8caa 100644 --- a/common.css +++ b/common.css @@ -54,8 +54,12 @@ blockquote { white-space: pre-line; } -ul, ol { padding-left: 1.125em; } +ul, ol { padding-left: 1.5em; } dl dt { font-weight: bolder; } +dl dd { + margin: 0 2em; + background-color: #EEE; +} table th { font-weight: bold; } li p + ul, li p + ol { @@ -175,4 +179,8 @@ input[type=radio].tab ~ *.tab { box-shadow: .125em .125em .125em #888; } +/* Markdown line-block */ +.line-block { white-space: pre-wrap; } +.line-block br { display: none; } + /* ======= End Common Styles ======= */ -- 2.39.2