tournai: remove doubled bullet in journal items

This commit is contained in:
Frédéric Péters 2019-05-28 15:00:30 +02:00
parent 5b0e1ebafd
commit 059f275bac
1 changed files with 1 additions and 7 deletions

View File

@ -269,16 +269,10 @@ ul#evolutions span.status {
}
#content ul#evolutions li span.item {
border-color: white !important;
border-color: transparent !important;
background: white !important;
}
#content ul#evolutions li span.item::before {
content: "\f111";
font-family: FontAwesome;
color: #aaa;
}
ul#evolutions li:after {
display: none;
}