From ba20114e151d92cca45986aa47c893c8b325ea62 Mon Sep 17 00:00:00 2001 From: tk0miya Date: Fri, 19 Sep 2014 12:04:25 +0900 Subject: do nested_parse() :caption: of code-block directive --- sphinx/themes/basic/static/basic.css_t | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sphinx/themes/basic/static/basic.css_t') 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; } -- cgit v1.2.1