Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Geier <Matthias.Geier@gmail.com>2020-04-23 15:29:20 +0300
committerMatthias Geier <Matthias.Geier@gmail.com>2020-04-23 15:29:20 +0300
commit03be040ca8f5aa6c52b19cf3bf3ab10e284159f6 (patch)
tree583853caa6fb2916b0a787919a1fc298fe844094 /sphinx/themes/basic/static/basic.css_t
parent29a343b888892a8ac8b6112fbb2678320c847ff5 (diff)
basic theme: set "clear: both" on "highlight*" divs
See #7484.
Diffstat (limited to 'sphinx/themes/basic/static/basic.css_t')
-rw-r--r--sphinx/themes/basic/static/basic.css_t2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/themes/basic/static/basic.css_t b/sphinx/themes/basic/static/basic.css_t
index 5f33a9898..ae4d86cb4 100644
--- a/sphinx/themes/basic/static/basic.css_t
+++ b/sphinx/themes/basic/static/basic.css_t
@@ -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;
}