displaying TOC items types & item without titles #1255

This commit is contained in:
2023-02-20 16:51:52 +01:00
parent 877d10b4d2
commit 232b44f3c6
2 changed files with 29 additions and 3 deletions
+14
View File
@@ -818,6 +818,17 @@ section[role="main-content"]{
overflow-x: hidden;
overflow-y: auto;
line-height: $base-line / 2;
section.tocitem{
position: relative;
&:after{
display: block;
position:absolute;
top:0; right:0;
color: red;
content: attr(type);
font-size: 11px;
}
}
>ul{
ul{
li{
@@ -859,6 +870,9 @@ section[role="main-content"]{
&.loaded{
color:$grisfonce;
}
&.notitle{
color: red;
}
}
h2.toc-title{font-size: 1.1em;}
h3.toc-title{font-size: 1em;}