doc: Update bullets in toc

This commit is contained in:
Eric Lippmann 2016-03-31 17:38:34 +02:00
parent 862fddd705
commit f9b7c302fc

View File

@ -60,14 +60,11 @@ pre > code {
a { a {
&:before { &:before {
.rounded-corners(); color: @icinga-blue;
content: counters(li,".") " ";
background-color: @icinga-blue;
color: @text-color-on-icinga-blue;
content: counter(li) ".";
display: inline-block; display: inline-block;
font-size: small; font-size: small;
margin-right: 0.25em; font-weight: @font-weight-bold;
min-width: 1.5em; min-width: 1.5em;
padding: 0.25em; padding: 0.25em;
text-align: center; text-align: center;