From f80dae920f954ee45912cd6836e85c7e4790db3b Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Thu, 17 Jan 2019 23:50:13 -0500 Subject: [PATCH] style.css (blockquote): Add left border and remove right margin This also is better for lower resolutions / higher font sizes, since the right margin is spared. --- style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/style.css b/style.css index 6678b69..23cef0f 100644 --- a/style.css +++ b/style.css @@ -550,6 +550,12 @@ section.highlight a.lp-watch { } +blockquote { + margin: 0 0 0 1em; + padding: 0 0 0 1em; + border-left: 0.2em solid #2e3436; +} + .inline-img { text-align: center;