Skip to content

Commit 95b4852

Browse files
Update css to fix list styling
1 parent 05bdee5 commit 95b4852

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/_static/css/theme_overrides.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,10 @@ table.docutils td {
3131
table.docutils td p {
3232
line-height: 1.2em !important;
3333
}
34+
ul.simple {
35+
padding: 40px !important;
36+
list-style: disc !important;
37+
}
38+
ul.simple li {
39+
list-style: disc !important;
40+
}

docs/_themes/sphinx_rtd_theme/static/css/theme.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)