Skip to content

Commit 21704b8

Browse files
committed
feat: update to latest rocq -> fix "make all && make html"
1 parent e26d082 commit 21704b8

8 files changed

Lines changed: 4 additions & 2 deletions

File tree

rocqdocjs/extra/header.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,6 @@
2525
</span>
2626
</div>
2727
<div id="content" tabindex="-1" onblur="document.getElementById('content').focus()">
28-
<div id="main">
28+
<div id="main"></div>
29+
</div>
30+
</body>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ html, body {
109109
@media only screen { /* no div with internal scrolling to allow printing of whole content */
110110
body {
111111
display: flex;
112-
flex-direction: column
112+
flex-direction: column
113113
}
114114

115115
#content {

0 commit comments

Comments
 (0)