From d2c310285a7fc945c49d971409e41e7279030a96 Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Wed, 14 Feb 2018 02:13:30 +0100 Subject: [PATCH] =?UTF-8?q?Se=20corrige=20el=20tama=C3=B1o=20de=20fuente?= =?UTF-8?q?=20para=20las=20citas?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/themes/circlepro/stylesheets/editor.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/public/themes/circlepro/stylesheets/editor.css b/public/themes/circlepro/stylesheets/editor.css index 2b083dc..b581033 100644 --- a/public/themes/circlepro/stylesheets/editor.css +++ b/public/themes/circlepro/stylesheets/editor.css @@ -69,7 +69,8 @@ body.wiki, .wiki p, .wiki li { } .wiki li { - margin-bottom: 6px; + margin-top: 3px; + margin-bottom: 3px; } .wiki table { @@ -80,12 +81,14 @@ body.wiki, .wiki p, .wiki li { padding: 4px; } -blockquote { - font-size: 22.5px; +blockquote { line-height: 1.2em; padding: 1px 12.5px; border-left: 5px solid #eee; } +blockquote, blockquote > p { + font-size: 22.5px !important; +} hr { width: 100%;