actually collapse top margin of first child of example block
authorDan Allen <dan@opendevise.com>
Sat, 10 Feb 2018 10:01:15 +0000 (03:01 -0700)
committerDan Allen <dan@opendevise.com>
Sat, 10 Feb 2018 10:01:15 +0000 (03:01 -0700)
src/css/doc.css

index 07011e8..4bf1ef5 100644 (file)
   padding: 0.75rem;
 }
 
-.doc .exampleblock > :first-child {
+.doc .exampleblock > .content > :first-child {
   margin-top: 0;
 }