From 6e37a8d3eec7cf0d88334e0b1a03611daf0626d3 Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Sat, 24 Feb 2018 20:09:41 +0100 Subject: [PATCH] =?UTF-8?q?Se=20normalizan=20los=20m=C3=A1rgenes=20de=20lo?= =?UTF-8?q?s=20encabezados=20de=20p=C3=A1rrafos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/themes/circlepro/stylesheets/editor.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/public/themes/circlepro/stylesheets/editor.css b/public/themes/circlepro/stylesheets/editor.css index f23ebdf..453a7fd 100644 --- a/public/themes/circlepro/stylesheets/editor.css +++ b/public/themes/circlepro/stylesheets/editor.css @@ -34,6 +34,17 @@ h5, .wiki h5 { h6, .wiki h6 { color: #81868b; } +h1, h2, h3, h4, h5, h6 { + margin: 1rem 0; + padding: 2px 10px 1px 0; +} +h4, .wiki h4 { + margin-bottom: 10px; +} +h5, h6 { + padding: 0; + margin-bottom: 5px; +} a, a:link, a:visited { color: #3c8dbc;