Browse Source

Fix weird margins with unordered lists in the HTML5 output.

pull/796/head
Rapptz 8 years ago
parent
commit
2bfd15ba89
  1. 9
      docs/_static/style.css

9
docs/_static/style.css

@ -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…
Cancel
Save