From aebe5a51ee01864e6533e4869898238b4afdcb47 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Wed, 18 Apr 2018 22:31:48 +0300 Subject: [PATCH] Remove solid border on blockquote, clashed with new color theme. --- static/css/screen.css | 1 - 1 file changed, 1 deletion(-) diff --git a/static/css/screen.css b/static/css/screen.css index 443de79..dbb7b36 100644 --- a/static/css/screen.css +++ b/static/css/screen.css @@ -95,7 +95,6 @@ p, h4, h5, h6 { blockquote { margin: 1.5em 1.5em 1.5em .75em; padding-left: .75em; - border-left: 1px solid #EEE; } .date { -- GitLab