From 6c2033e57b8aac68ae4b34f0bbe5dc1f0fe303cb Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Sat, 10 Feb 2018 03:01:15 -0700 Subject: [PATCH] actually collapse top margin of first child of example block --- src/css/doc.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/doc.css b/src/css/doc.css index 07011e8..4bf1ef5 100644 --- a/src/css/doc.css +++ b/src/css/doc.css @@ -415,7 +415,7 @@ padding: 0.75rem; } -.doc .exampleblock > :first-child { +.doc .exampleblock > .content > :first-child { margin-top: 0; } -- 2.11.0