mirror of
https://gitee.com/dcren/openiddict-documentation.git
synced 2025-11-08 18:34:44 +08:00
Update the documentation pages
This commit is contained in:
@@ -42,7 +42,11 @@ h6 mark {
|
||||
.inheritance .level2:before,
|
||||
.inheritance .level3:before,
|
||||
.inheritance .level4:before,
|
||||
.inheritance .level5:before {
|
||||
.inheritance .level5:before,
|
||||
.inheritance .level6:before,
|
||||
.inheritance .level7:before,
|
||||
.inheritance .level8:before,
|
||||
.inheritance .level9:before {
|
||||
content: '↳';
|
||||
margin-right: 5px;
|
||||
}
|
||||
@@ -71,6 +75,22 @@ h6 mark {
|
||||
margin-left: 5em;
|
||||
}
|
||||
|
||||
.inheritance .level6 {
|
||||
margin-left: 6em;
|
||||
}
|
||||
|
||||
.inheritance .level7 {
|
||||
margin-left: 7em;
|
||||
}
|
||||
|
||||
.inheritance .level8 {
|
||||
margin-left: 8em;
|
||||
}
|
||||
|
||||
.inheritance .level9 {
|
||||
margin-left: 9em;
|
||||
}
|
||||
|
||||
.level0.summary {
|
||||
margin: 2em 0 2em 0;
|
||||
}
|
||||
|
||||
@@ -65,7 +65,7 @@ $(function () {
|
||||
(function () {
|
||||
anchors.options = {
|
||||
placement: 'left',
|
||||
visible: 'touch'
|
||||
visible: 'hover'
|
||||
};
|
||||
anchors.add('article h2:not(.no-anchor), article h3:not(.no-anchor), article h4:not(.no-anchor)');
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user