mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 00:24:57 +00:00
HHH-12731 Do not hide the TOC when not using jstree
This commit is contained in:
parent
8ee24ee8d5
commit
bee6ed5c37
@ -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" />
|
||||
|
@ -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
|
||||
}
|
||||
}
|
||||
|
@ -1,4 +1,3 @@
|
||||
@import url("hibernate-fonts.css");
|
||||
@import url("hibernate-layout.css");
|
||||
@import url("asciidoctor.css");
|
||||
@import url("jstree-style.css");
|
@ -0,0 +1,9 @@
|
||||
.sectlevel1{
|
||||
display: none;
|
||||
}
|
||||
.sectlevel2{
|
||||
display: none;
|
||||
}
|
||||
.sectlevel3{
|
||||
display: none;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user