skinStyles/mediawiki.hlist/minerva.less currently defines:
.hlist-separated {
li:after {
// Make sure we override any site styles
content: '•' !important;
padding-left: 8px;
font-size: 1em;
line-height: 1;
}
:last-child:after {
content: none !important;
}
}Which looks pretty stupid on e.g. https://en.m.wikipedia.org/wiki/Beatrice_Eli?debug=true :
Should probably also add padding-right: 8px;?





