1
0
mirror of https://github.com/taigrr/nats.docs synced 2025-01-18 04:03:23 -08:00

rebuild with new outline

This commit is contained in:
Stephen Asbury
2019-05-24 14:10:22 -07:00
parent 13a3c94114
commit 9e083b5b00
151 changed files with 127477 additions and 30976 deletions

View File

@@ -0,0 +1,30 @@
a.plugin-anchor {
color: inherit !important;
display: none;
margin-left: -30px;
padding-left: 40px;
cursor: pointer;
position: absolute;
top: 0;
left: 0;
bottom: 0;
}
a.plugin-anchor i {
margin-left: -30px;
font-size: 15px !important;
}
h1, h2, h3, h4, h5, h6 {
position: relative;
}
h1:hover a.plugin-anchor, h2:hover a.plugin-anchor, h3:hover a.plugin-anchor,
h4:hover a.plugin-anchor, h5:hover a.plugin-anchor, h6:hover a.plugin-anchor {
display: inline-block;
}
.book .book-body .page-wrapper .page-inner section.normal {
overflow: visible;
}