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