1.dokuwiki div.search_quickresult ul li {
2    &:has(> div.searchns_heading) {
3        color: @ini_text;
4        font-size: larger;
5        list-style: none;
6        float: none;
7        clear: both;
8        width: 100%;
9        margin: 0;
10    }
11}
12