Simplify postprocessing, remove changes no longer needed, or edit them for Sphinx 2.2.0.

This commit is contained in:
Robin Dunn
2019-10-03 14:52:40 -07:00
parent 04e5f9ebe2
commit 09404e63f5
4 changed files with 29 additions and 25 deletions

View File

@@ -29,6 +29,11 @@ td.field-body > blockquote {
margin-bottom: 0.5em;
}
table.docutils.align-default tbody tr td p {
margin: 0;
padding: 5px 0 05px;
}
/* spacing around example code */
div.highlight > pre {
padding: 2px 5px 2px 5px;
@@ -744,3 +749,11 @@ table.contentstable p.mybiglink {
line-height: 150%;
}
hr.overloadsep {
color: #0000FF;
background-color: #0000FF;
height: 1px;
border: none;
width: 50%;
float: left;
}