Skip to content

Commit 5371d68

Browse files
committed
apidocs: Fix dynamic resize issue
1 parent cbddba2 commit 5371d68

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

apidoc_header.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,13 @@
3030
<!--END FULL_SIDEBAR-->
3131
<!--END DISABLE_INDEX-->
3232

33+
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
34+
3335
<!-- BEGIN LEDGER_HEADER -->
3436
<style type="text/css">
3537
@import url("https://ledger-cli.org/stylesheets/site.css");
38+
header { line-height: 1.3; }
39+
#main-nav { flex-grow: 0; }
3640
header, #main-nav { max-width: 60em; margin: auto; }
3741
header { margin-bottom: 1em; }
3842
@media print { aside, header { display: none; } }
@@ -55,8 +59,6 @@
5559
</header>
5660
<!-- END LEDGER_HEADER -->
5761

58-
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
59-
6062
<!--BEGIN TITLEAREA-->
6163
<div id="titlearea">
6264
<table cellspacing="0" cellpadding="0">

0 commit comments

Comments
 (0)