pedf
/
fakulta-online
Archived
1
0
Fork 0

Odsazení statistik nástroje

master
Emil Miler 5 years ago
parent 35baa8d0e6
commit 8d0137c6e5

@ -167,22 +167,24 @@ main {
} }
} }
} }
}
div.stats { div.stats {
ul.positive, ul.negative { margin: 3em 0;
padding-left: .5em;
list-style-type: none;
li::before{ ul.positive, ul.negative {
display: inline-block; padding-left: .5em;
width: 1.3em; list-style-type: none;
}
&.positive li::before { li::before{
content: "\002B"; display: inline-block;
} width: 1.3em;
&.negative li::before { }
content: "\2212"; &.positive li::before {
content: "\002B";
}
&.negative li::before {
content: "\2212";
}
} }
} }
} }