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

index b7fe29a..abf3e01 100644 (file)
   padding: 0.75rem;
 }
 
+.doc .exampleblock > :first-child {
+  margin-top: 0;
+}
+
 /* NEEDS REVIEW prevent pre in table from causing article to exceed bounds */
 .doc .tableblock pre,
 .doc .listingblock.wrap pre {