Skip to content

Commit 5176c87

Browse files
Add list styling for 2nd and 3rd level
1 parent 0c9b185 commit 5176c87

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

docs/_static/css/theme_overrides.css

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,23 @@ table.docutils td p {
3232
line-height: 1.2em !important;
3333
}
3434
ul.simple {
35-
padding: 40px !important;
35+
padding-left: 20px !important;
3636
list-style: disc !important;
3737
}
3838
ul.simple li {
3939
list-style: disc !important;
4040
}
41+
ul.simple li ul {
42+
padding-left: 30px !important;
43+
list-style: square !important;
44+
}
45+
ul.simple li ul li {
46+
list-style: square !important;
47+
}
48+
ul.simple li ul li ul{
49+
padding-left: 40px !important;
50+
list-style: circle !important;
51+
}
52+
ul.simple li ul li ul li{
53+
list-style: circle !important;
54+
}

0 commit comments

Comments
 (0)