From: Dan Allen Date: Sat, 10 Feb 2018 10:01:15 +0000 (-0700) Subject: actually collapse top margin of first child of example block X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=6c2033e57b8aac68ae4b34f0bbe5dc1f0fe303cb;p=working%2Feg-antora.git actually collapse top margin of first child of example block --- 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; }