mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #7540 from mgeier/clear-highlight
basic theme: set "clear: both" on "highlight*" divs
This commit is contained in:
commit
4c544b0ac6
@ -327,7 +327,7 @@ p.sidebar-title {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
div.admonition, div.topic, pre {
|
||||
div.admonition, div.topic, pre, div[class|="highlight"] {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user