X-Git-Url: https://git.plutz.net/?a=blobdiff_plain;f=cgilite%2Fcommon.css;h=61d8caa8f421f3b05883be3784b11969280b818a;hb=119506f2a904bf59304e095681f58f3b51f70c5e;hp=51feb2efa7b7dbb61ce7a5aa73c426775037e62b;hpb=dc31b0a59d7c6461b3b6c622f221723a01e6d76d;p=shellwiki 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 ======= */