From 811e4ed595d8d45d7677dcb52e95a25c194936fc Mon Sep 17 00:00:00 2001 From: Ariejan de Vroom Date: Thu, 26 Mar 2015 14:35:24 +0100 Subject: [PATCH] Add blockquote styling --- themes/outerspace/static/css/outerspace.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/themes/outerspace/static/css/outerspace.css b/themes/outerspace/static/css/outerspace.css index a80ff38..26ea44e 100644 --- a/themes/outerspace/static/css/outerspace.css +++ b/themes/outerspace/static/css/outerspace.css @@ -47,6 +47,14 @@ em { font-style: italic; } +blockquote { + display: block; + margin-left: 2em; + padding-left: 1em; + border-left: 3px solid #f00; + background-color: #f9f9f9; +} + header { padding-bottom: 2em; margin-bottom: 2em;