Skip to content

Commit

Permalink
basic CSS: Take "simple" and "compact" lists into account
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Jun 18, 2020
1 parent 0e271f2 commit 5845a0a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions sphinx/themes/basic/static/basic.css_t
Expand Up @@ -537,6 +537,14 @@ ul ul > li:last-child > :last-child {
margin-bottom: revert;
}

ol.simple > li > p,
ul.simple > li > p,
ol.compact > li > p,
ul.compact > li > p {
margin-top: 0;
margin-bottom: 0;
}

dl.footnote > dt,
dl.citation > dt {
float: left;
Expand Down

0 comments on commit 5845a0a

Please sign in to comment.