Merge pull request #7540 from mgeier/clear-highlight

basic theme: set "clear: both" on "highlight*" divs
This commit is contained in:
Takeshi KOMIYA 2020-04-23 21:49:53 +09:00 committed by GitHub
commit 4c544b0ac6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}