From 9f3a5ef91227a4ebd1b5c397bb11c067d03f7758 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Aleksander=20=C5=81ukasz?= Date: Mon, 6 May 2013 23:00:47 +0200 Subject: [PATCH] Visual editor - styling header margin --- editor.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor.css b/editor.css index 669ec1d..5c7f403 100644 --- a/editor.css +++ b/editor.css @@ -289,7 +289,7 @@ span[wlxml-tag] { [wlxml-tag=header] { font-size: 13px; font-weight: bold; - margin-bottom: 10px; + margin: 10px 0; } [wlxml-tag=section] { -- 2.20.1