Fix weird margins with unordered lists in the HTML5 output.
This commit is contained in:
parent
de6cffa347
commit
2bfd15ba89
9
docs/_static/style.css
vendored
9
docs/_static/style.css
vendored
@ -243,6 +243,15 @@ div.body li {
|
||||
line-height: 1.4em;
|
||||
}
|
||||
|
||||
/* weird margins */
|
||||
ul > li p {
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
li > blockquote {
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
div.admonition p.admonition-title + p {
|
||||
display: inline;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user