From 16119d2966dc89f40b58a55b8af12c1d23ccd038 Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Sun, 19 Jul 2015 22:16:39 -0700 Subject: theme.css: blockquote: add bar on the left The bar is the same as that for pre. Horizontal padding reduced to 1em. --- source/css/theme.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source') diff --git a/source/css/theme.css b/source/css/theme.css index 5827609d..cc7cdc64 100644 --- a/source/css/theme.css +++ b/source/css/theme.css @@ -115,8 +115,10 @@ pre code { } blockquote { - margin: 0 2em; + margin: 0; + padding: 0 1em; font-style: italic; + border-left: 0.4em solid #ddd; } div.footnotes { -- cgit v1.2.1