mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 14:54:24 +02:00
parent
930f014661
commit
3c236e820c
@ -81,11 +81,6 @@ pre > code {
|
|||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
.toc {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0 0 0 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.search-highlight {
|
.search-highlight {
|
||||||
.rounded-corners();
|
.rounded-corners();
|
||||||
|
|
||||||
@ -93,3 +88,37 @@ pre > code {
|
|||||||
color: @text-color-on-icinga-blue;
|
color: @text-color-on-icinga-blue;
|
||||||
padding: 0 0.3em 0 0.3em;
|
padding: 0 0.3em 0 0.3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.toc {
|
||||||
|
counter-reset: li;
|
||||||
|
list-style-type: none;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
|
||||||
|
li {
|
||||||
|
counter-increment: li;
|
||||||
|
margin-top: 0.25em;
|
||||||
|
|
||||||
|
> .toc {
|
||||||
|
margin-left: 2em;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
&:before {
|
||||||
|
.rounded-corners();
|
||||||
|
|
||||||
|
background-color: @icinga-blue;
|
||||||
|
color: @text-color-on-icinga-blue;
|
||||||
|
content: counter(li) ".";
|
||||||
|
display: inline-block;
|
||||||
|
font-size: small;
|
||||||
|
margin-right: 0.25em;
|
||||||
|
min-width: 1.5em;
|
||||||
|
padding: 0.25em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user