Skip to content

Commit f6cb791

Browse files
committed
Fix #331
1 parent 5d4ff25 commit f6cb791

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

src/theme/reference.css

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
1-
/* This selector moves things around to make space for the warning on the top
2-
of each page. Get rid of it when the warning goes away. */
1+
/* These selectors moves things around to make space for the warning on the
2+
top of each page. Get rid of it when the warning goes away. */
33
.page-wrapper > .nav-chapters {
44
/* add height for warning content & margin */
55
top: 120px;
66
}
77

8+
.sidebar-visible .content {
9+
top: 120px;
10+
}
11+
12+
.nav-chapters {
13+
top: 120px;
14+
}
15+
816
p.warning {
917
background-color: rgb(242, 222, 222);
1018
border-bottom-color: rgb(238, 211, 215);

0 commit comments

Comments
 (0)