diff options
| author | tk0miya <i.tkomiya@gmail.com> | 2014-09-19 12:04:25 +0900 |
|---|---|---|
| committer | tk0miya <i.tkomiya@gmail.com> | 2014-09-19 12:04:25 +0900 |
| commit | ba20114e151d92cca45986aa47c893c8b325ea62 (patch) | |
| tree | 0c18633f1c819d7ac673f24e33c4f488b4d57b44 /sphinx/themes/basic/static/basic.css_t | |
| parent | 4889ca9073e5e50ccc71edeeefd6e67cbfc3d023 (diff) | |
| download | sphinx-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_t | 3 |
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; } |
