From: Paul Hänsch Date: Mon, 28 Aug 2023 17:59:21 +0000 (+0200) Subject: Squashed 'cgilite/' changes from 887a68a1..0d64190b X-Git-Url: https://git.plutz.net/?a=commitdiff_plain;h=ff5af5cdcdc909682fede7999751bce20694bc81;hp=-c;p=shellwiki 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 --- ff5af5cdcdc909682fede7999751bce20694bc81 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 ======= */