collapse top margin on first child of sidebar if sidebar has no title
authorDan Allen <dan@opendevise.com>
Sat, 31 Mar 2018 22:26:43 +0000 (16:26 -0600)
committerDan Allen <dan@opendevise.com>
Sat, 31 Mar 2018 22:26:43 +0000 (16:26 -0600)
src/css/doc.css

index 8204473..4ce62e7 100644 (file)
   text-align: center;
 }
 
+.doc .sidebarblock > .content > :not(.title):first-child {
+  margin-top: 0;
+}
+
 /* NEEDS REVIEW prevent pre in table from causing article to exceed bounds */
 .doc .tableblock pre,
 .doc .listingblock.wrap pre {