HHH-12731 Do not hide the TOC when not using jstree

This commit is contained in:
Guillaume Smet 2018-06-26 10:22:39 +02:00
parent 8ee24ee8d5
commit bee6ed5c37
4 changed files with 14 additions and 12 deletions

View File

@ -1,4 +1,7 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jstree/3.3.1/jstree.min.js"></script>
<script src="js/toc.js"></script>
<script src="js/toc.js"></script>
<link rel="stylesheet" href="css/jstree-style.css" />
<link rel="stylesheet" href="css/jstree-toc.css" />

View File

@ -182,15 +182,6 @@ ul {
padding-top:.25em !important;
padding-bottom:.25em !important;
}
.sectlevel1{
display: none;
}
.sectlevel2{
display: none;
}
.sectlevel3{
display: none;
}
.exampleblock>.title{
text-rendering:optimizeLegibility !important;
text-align:left !important;
@ -226,4 +217,4 @@ code{
font-family:"Droid Sans Mono","DejaVu Sans Mono",monospace !important;
font-weight:400 !important;
color:rgba(0,0,0,.9) !important
}
}

View File

@ -1,4 +1,3 @@
@import url("hibernate-fonts.css");
@import url("hibernate-layout.css");
@import url("asciidoctor.css");
@import url("jstree-style.css");

View File

@ -0,0 +1,9 @@
.sectlevel1{
display: none;
}
.sectlevel2{
display: none;
}
.sectlevel3{
display: none;
}