Make .dfhack-tool-summary styles consistent with Sphinx 5+

Under Sphinx 5, `topic` nodes now render as `<aside>` elements, and without an
explicit background color
develop
lethosor 2022-08-17 22:22:06 -04:00
parent 22356e2fd6
commit fe7414baae
No known key found for this signature in database
GPG Key ID: 76A269552F4F58C1
1 changed files with 7 additions and 3 deletions

@ -61,17 +61,21 @@ span.pre {
overflow-wrap: break-word;
}
div.dfhack-tool-summary {
div.dfhack-tool-summary,
aside.dfhack-tool-summary {
margin: 10px 0;
padding: 10px 15px;
background-color: #EEE;
}
div.dfhack-tool-summary p {
div.dfhack-tool-summary p,
aside.dfhack-tool-summary p {
margin-top: 0;
margin-bottom: 0.5em;
line-height: 1em;
}
div.dfhack-tool-summary p:last-child {
div.dfhack-tool-summary p:last-child,
aside.dfhack-tool-summary p:last-child {
margin-bottom: 0;
}