Skip to content

Commit 17111e6

Browse files
committed
HOTFIX: Fixing the ordered and unordered list where the marker would be set inside the items, thus the text would not be properly indented
1 parent e3396a6 commit 17111e6

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

css/components/list.less

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
/* =list
2+
----------------------------------------------- */
3+
4+
.dokuwiki {
5+
6+
.site-main {
7+
8+
ul:has(li[class^='level']),
9+
ol:has(li[class^='level']) {
10+
padding-left: 2em;
11+
list-style-position: outside;
12+
}
13+
}
14+
}

style.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ css/components/collapse.less = all
4646
css/components/dropdown.less = all
4747
css/components/form.less = all
4848
css/components/jquery-ui.less = all
49+
css/components/list.less = all
4950
css/components/mediamanager.less = all
5051
css/components/sidebar.less = all
5152
css/components/sidebar/menu.less = screen

0 commit comments

Comments
 (0)