doc: Update bullets in toc
This commit is contained in:
parent
862fddd705
commit
f9b7c302fc
|
@ -60,14 +60,11 @@ pre > code {
|
|||
|
||||
a {
|
||||
&:before {
|
||||
.rounded-corners();
|
||||
|
||||
background-color: @icinga-blue;
|
||||
color: @text-color-on-icinga-blue;
|
||||
content: counter(li) ".";
|
||||
color: @icinga-blue;
|
||||
content: counters(li,".") " ";
|
||||
display: inline-block;
|
||||
font-size: small;
|
||||
margin-right: 0.25em;
|
||||
font-weight: @font-weight-bold;
|
||||
min-width: 1.5em;
|
||||
padding: 0.25em;
|
||||
text-align: center;
|
||||
|
|
Loading…
Reference in New Issue