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:
authortk0miya <i.tkomiya@gmail.com>2014-08-11 17:36:31 +0400
committertk0miya <i.tkomiya@gmail.com>2014-08-11 17:36:31 +0400
commit3e1667290b9e52c52d249abcc5f00eacfb42def4 (patch)
tree65cfb48e382a27b2a229673aeef9e6b7b42d9854 /sphinx/themes/default
parent1d65d9cdc600677002ed17e7f07b285dc2925f22 (diff)
Rename :filename: option of code-block directive to :caption:
Diffstat (limited to 'sphinx/themes/default')
-rw-r--r--sphinx/themes/default/static/default.css_t2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/themes/default/static/default.css_t b/sphinx/themes/default/static/default.css_t
index ae4012d0f..1493c5d98 100644
--- a/sphinx/themes/default/static/default.css_t
+++ b/sphinx/themes/default/static/default.css_t
@@ -309,7 +309,7 @@ div.viewcode-block:target {
border-bottom: 1px solid #ac9;
}
-div.code-block-filename {
+div.code-block-caption {
color: #efefef;
background-color: #1c4e63;
}