Skip to content

Commit

Permalink
Update css to fix list styling
Browse files Browse the repository at this point in the history
  • Loading branch information
susannasiebert committed Feb 6, 2024
1 parent 05bdee5 commit cc06b81
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/_static/css/theme_overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,11 @@ table.docutils td {
table.docutils td p {
line-height: 1.2em !important;
}
ul.simple {
margin: 16px;
padding: 40px;
list-style: disc;
}
ul.simple li {
list-style: disc;
}
2 changes: 1 addition & 1 deletion docs/_themes/sphinx_rtd_theme/static/css/theme.css

Large diffs are not rendered by default.

0 comments on commit cc06b81

Please sign in to comment.