From 2444468a598d63fab6a8cf337c672aaeba498f16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zoe=CC=88=20Bijl?= Date: Thu, 17 Oct 2019 10:36:37 +0200 Subject: [PATCH] Core Styles: Update example heading (issue #1102) --- examples/css/core.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/examples/css/core.css b/examples/css/core.css index 74ab18d257..967553f3c0 100644 --- a/examples/css/core.css +++ b/examples/css/core.css @@ -54,11 +54,13 @@ table.data.attributes tbody td { hyphens: manual; } -.example-header h2 { +.example-header h2, +.example-header h3 { margin: 0; } -.example-header h2 + * { +.example-header h2 + *, +.example-header h3 + * { margin-left: 1em; }