summaryrefslogtreecommitdiff
path: root/sphinx/themes/basic/static/basic.css_t
diff options
context:
space:
mode:
authortk0miya <i.tkomiya@gmail.com>2014-09-19 12:04:25 +0900
committertk0miya <i.tkomiya@gmail.com>2014-09-19 12:04:25 +0900
commitba20114e151d92cca45986aa47c893c8b325ea62 (patch)
tree0c18633f1c819d7ac673f24e33c4f488b4d57b44 /sphinx/themes/basic/static/basic.css_t
parent4889ca9073e5e50ccc71edeeefd6e67cbfc3d023 (diff)
downloadsphinx-ba20114e151d92cca45986aa47c893c8b325ea62.tar.gz
do nested_parse() :caption: of code-block directive
Diffstat (limited to 'sphinx/themes/basic/static/basic.css_t')
-rw-r--r--sphinx/themes/basic/static/basic.css_t3
1 files changed, 1 insertions, 2 deletions
diff --git a/sphinx/themes/basic/static/basic.css_t b/sphinx/themes/basic/static/basic.css_t
index 17547d0f..3616288c 100644
--- a/sphinx/themes/basic/static/basic.css_t
+++ b/sphinx/themes/basic/static/basic.css_t
@@ -484,8 +484,7 @@ div.code-block-filename code {
background-color: transparent;
}
-div.code-block-caption + pre,
-div.code-block-caption + div.highlight > pre {
+div.code-block-caption + div > div.highlight > pre {
margin-top: 0;
}