X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;f=common.css;h=61d8caa8f421f3b05883be3784b11969280b818a;hb=b846014f18903c24ff681029627d4414512aea7b;hp=51feb2efa7b7dbb61ce7a5aa73c426775037e62b;hpb=1cf0dab1d218582457bce9c839e845b920fecee0;p=cgilite 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 ======= */