Skip to content

Commit

Permalink
Remove unnecessary margin and titles from rendered API doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed May 7, 2022
1 parent a300659 commit 56ffd75
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/layouts/api/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
margin-bottom: 0;
}

#navigation {
display: none;
}

#navigation,
div#body-inner > h1,
div#head-tags,
#operations > ul > li div.panel-item--center > div:nth-child(3) {
display: none;
}

</style>
{{ partial "footer.html" . }}

0 comments on commit 56ffd75

Please sign in to comment.