From 0628251b6bee98605843deb03f4a32ae9db77285 Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Thu, 4 Mar 2010 07:56:03 +1100 Subject: [PATCH] Add styling for blockquote --- output/css/style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/output/css/style.css b/output/css/style.css index 24c92d6..e6bc593 100644 --- a/output/css/style.css +++ b/output/css/style.css @@ -8,7 +8,7 @@ body { /*p,li,div { font-size: 16px; }*/ -p,li { +p,li,blockquote { line-height: 1.2; } p { @@ -94,6 +94,12 @@ pre { font-size: 12px; } +blockquote { + border-left: 2px solid #999; + padding-left: 1em; + margin: 0 0 1em 0; +} + #header { font-family: "Helvetica Neue", Helvetica, "Liberation Sans", "Bitstream Vera Sans", Tahoma, Geneva, Arial, sans-serif; font-size: 18px;