X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;f=common.css;h=a4f6906e912aa4e0c54ffdea6051c8324e5cd637;hb=0c5f738e6527398efe2cc495a664334073b9987a;hp=be1567b70a26fdb821c3e95e7f04ee6cb53f0387;hpb=30435ff9663ca06ff6871e0bcb7d34613ea25c7b;p=cgilite diff --git a/common.css b/common.css index be1567b..a4f6906 100644 --- a/common.css +++ b/common.css @@ -47,6 +47,13 @@ b, strong { font-weight: bolder; } tt, code, var, samp, kbd { font-family: monospace; } kbd { font-style: italic; } +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; } @@ -168,4 +175,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 ======= */