From: Paul Hänsch Date: Mon, 28 Aug 2023 17:59:21 +0000 (+0200) Subject: Merge commit 'ff5af5cdcdc909682fede7999751bce20694bc81' X-Git-Url: https://git.plutz.net/?a=commitdiff_plain;h=119506f2a904bf59304e095681f58f3b51f70c5e;hp=dc31b0a59d7c6461b3b6c622f221723a01e6d76d;p=shellwiki Merge commit 'ff5af5cdcdc909682fede7999751bce20694bc81' --- diff --git a/cgilite/common.css b/cgilite/common.css index 51feb2e..61d8caa 100644 --- a/cgilite/common.css +++ b/cgilite/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 ======= */