From e339ecf41e54f91ae0a1250ec60c7c7edb1ac702 Mon Sep 17 00:00:00 2001 From: Justin Berthault Date: Mon, 16 Oct 2017 10:50:01 +0200 Subject: Add borders for blockquotes --- static/css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index 7cb5221..af4a221 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -109,6 +109,9 @@ p { blockquote { padding: 1px 15px; border-left: 2px solid #8d7edc; + border-top: 1px solid #c1c1c1; + border-right: 1px solid #c1c1c1; + border-bottom: 1px solid #c1c1c1; } code { font-size: .75rem; -- cgit v1.2.3