From afe6a2485d099844eb31497e621c453b6982aa15 Mon Sep 17 00:00:00 2001 From: Dominik Juelg Date: Thu, 26 May 2016 19:51:34 +0200 Subject: improved header layout --- static/css/default.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/static/css/default.css b/static/css/default.css index 290b36f..98f0129 100644 --- a/static/css/default.css +++ b/static/css/default.css @@ -268,6 +268,15 @@ text-align: justify; } +.playground-body h1, +.playground-body h2, +.playground-body h3, +.playground-body h4, +.playground-body h5, +.playground-body h6 { + margin: 22px 0 5px 0; +} + /* Single page classes */ .article-header-container { @@ -304,6 +313,15 @@ padding-bottom: 50px; } +#article-body h1, +#article-body h2, +#article-body h3, +#article-body h4, +#article-body h5, +#article-body h6 { + margin: 22px 0 5px 0; +} + .article-body-left { text-align: left !important; } -- cgit v1.2.3