From 67d39770ed69b385a927a269e4d406d0d252020e Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Sat, 7 Mar 2015 21:12:18 +0100 Subject: [PATCH] Improved the margins of the headers --- view/global.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/view/global.css b/view/global.css index 604a1e4498..c61ded6ae8 100644 --- a/view/global.css +++ b/view/global.css @@ -129,7 +129,7 @@ blockquote.shared_content { /* headers */ h1, h2, h3, h4, h5, h6 { - margin: 0px 0px 5px 0px; + margin: 5px 0px 5px 0px; font-weight: normal; line-height: normal; text-rendering: optimizelegibility; @@ -158,3 +158,7 @@ h5 { h6 { font-size: 14.95px; } + +span.oembed, h4 { + margin: 0px 0px 0px 0px; +}