From 113a1455deb6ad3209b1eefc3e787374b5b5eb6c Mon Sep 17 00:00:00 2001 From: Le Tan Date: Tue, 6 Mar 2018 19:33:27 +0800 Subject: [PATCH] style: add explicit margins to

Or the copied HTML will contain the margin info of

. --- src/resources/themes/v_moonlight/v_moonlight.css | 2 ++ src/resources/themes/v_pure/v_pure.css | 2 ++ src/resources/themes/v_white/v_white.css | 2 ++ 3 files changed, 6 insertions(+) diff --git a/src/resources/themes/v_moonlight/v_moonlight.css b/src/resources/themes/v_moonlight/v_moonlight.css index 0872cc17..85679a22 100644 --- a/src/resources/themes/v_moonlight/v_moonlight.css +++ b/src/resources/themes/v_moonlight/v_moonlight.css @@ -18,6 +18,8 @@ h1, h2, h3, h4, h5, h6 { p { padding: 0; + margin-top: 16px; + margin-bottom: 16px; } h1 { diff --git a/src/resources/themes/v_pure/v_pure.css b/src/resources/themes/v_pure/v_pure.css index 465eaa2c..be22891a 100644 --- a/src/resources/themes/v_pure/v_pure.css +++ b/src/resources/themes/v_pure/v_pure.css @@ -18,6 +18,8 @@ h1, h2, h3, h4, h5, h6 { p { padding: 0; + margin-top: 16px; + margin-bottom: 16px; } h1 { diff --git a/src/resources/themes/v_white/v_white.css b/src/resources/themes/v_white/v_white.css index 6cecda75..7bc81fb1 100644 --- a/src/resources/themes/v_white/v_white.css +++ b/src/resources/themes/v_white/v_white.css @@ -17,6 +17,8 @@ h1, h2, h3, h4, h5, h6 { p { padding: 0; + margin-top: 16px; + margin-bottom: 16px; } h1 {