From aeff959a770d1bb160dae56ebfe608a64be718aa Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Thu, 28 Jul 2016 10:41:20 -0400 Subject: Blockquote style tweaks --- static/media/css/grimoire.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/static/media/css/grimoire.css b/static/media/css/grimoire.css index e817dd4..0de122c 100644 --- a/static/media/css/grimoire.css +++ b/static/media/css/grimoire.css @@ -19,7 +19,9 @@ strong { } blockquote { - margin-left: 40px; + margin-left: 20px; + border-left: 2px solid #eee; + padding-left: 18px; color: #555; } @@ -132,4 +134,4 @@ h1, h2, h3, h4, h5, h6 { content: " (" attr(href) ")"; font-size: 16px; } -} \ No newline at end of file +} -- cgit v1.2.3