doc: Update bullets in toc

This commit is contained in:
Eric Lippmann 2016-03-31 17:38:34 +02:00
parent 862fddd705
commit f9b7c302fc
1 changed files with 3 additions and 6 deletions

View File

@ -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;