1.dokuwiki .bookmarkfile li.separator {
2    list-style-type: none;
3}
4
5.dokuwiki .bookmarkfile .separator hr {
6    margin: 0.25em 0;
7    padding: 0;
8    border-top: dotted @ini_border;
9    border-bottom: dotted @ini_background;
10    border-width: 2px 0;
11    height: 0;
12}
13