X-Git-Url: https://git.plutz.net/?a=blobdiff_plain;f=cgilite%2Fcommon.css;h=51feb2efa7b7dbb61ce7a5aa73c426775037e62b;hb=696420310ff6a3ac680935ef50985f0d37c61ad9;hp=65c28f3ad459283c2fd026e072fdb6b430b8fc44;hpb=0d5786afa416aa19fc5c0bedd0dea93532abd34f;p=shellwiki diff --git a/cgilite/common.css b/cgilite/common.css index 65c28f3..51feb2e 100644 --- a/cgilite/common.css +++ b/cgilite/common.css @@ -47,7 +47,14 @@ b, strong { font-weight: bolder; } tt, code, var, samp, kbd { font-family: monospace; } kbd { font-style: italic; } -ul, ol { margin-left: 1.125em; } +blockquote { + background-color: #EEE; + margin: .5em 0; + padding: 1em 2em; + white-space: pre-line; +} + +ul, ol { padding-left: 1.125em; } dl dt { font-weight: bolder; } table th { font-weight: bold; }