]> git.plutz.net Git - cgilite/blobdiff - common.css
markdown: avoid adding newlines to blockquote, css: style for blockquote
[cgilite] / common.css
index be1567b70a26fdb821c3e95e7f04ee6cb53f0387..51feb2efa7b7dbb61ce7a5aa73c426775037e62b 100644 (file)
@@ -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; }