pedf
/
fakulta-online
Archived
1
0
Fork 0

Odsazení statistik nástroje

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

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