1
Fork 0

Improve sidebar styling to make its integration easier

This commit is contained in:
Guillaume Gomez 2019-10-01 10:32:45 +02:00
parent bd9a0aa627
commit 4aa526f809
3 changed files with 4 additions and 4 deletions

View file

@ -183,7 +183,7 @@ nav.sub {
position: fixed;
left: 0;
top: 0;
height: 100vh;
bottom: 0;
overflow: auto;
}
@ -573,7 +573,7 @@ h4 > code, h3 > code, .invisible > code {
margin-top: 0;
}
nav {
nav:not(.sidebar) {
border-bottom: 1px solid;
padding-bottom: 10px;
margin-bottom: 10px;

View file

@ -129,7 +129,7 @@ pre {
pre.rust .comment { color: #8d8d8b; }
pre.rust .doccomment { color: #8ca375; }
nav {
nav:not(.sidebar) {
border-bottom-color: #4e4e4e;
}
nav.main .current {

View file

@ -129,7 +129,7 @@ pre {
pre.rust .comment { color: #8E908C; }
pre.rust .doccomment { color: #4D4D4C; }
nav {
nav:not(.sidebar) {
border-bottom-color: #e0e0e0;
}
nav.main .current {