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-10-05 11:27:38 +0400
committertk0miya <i.tkomiya@gmail.com>2014-10-05 11:27:38 +0400
commita875e8f377ff0da75a64db915e124836bbf454f5 (patch)
tree5dc0a420aaf3c894e4b7df669f7298b977e035aa /sphinx/themes/agogo/static/agogo.css_t
parent5eb459f5a610dae041a278a1331dfd33e8b37afe (diff)
Set permanent links to every captions and titles
Diffstat (limited to 'sphinx/themes/agogo/static/agogo.css_t')
-rw-r--r--sphinx/themes/agogo/static/agogo.css_t5
1 files changed, 4 insertions, 1 deletions
diff --git a/sphinx/themes/agogo/static/agogo.css_t b/sphinx/themes/agogo/static/agogo.css_t
index db4a621a4..686b1312d 100644
--- a/sphinx/themes/agogo/static/agogo.css_t
+++ b/sphinx/themes/agogo/static/agogo.css_t
@@ -97,7 +97,10 @@ h3:hover > a.headerlink,
h4:hover > a.headerlink,
h5:hover > a.headerlink,
h6:hover > a.headerlink,
-dt:hover > a.headerlink {
+dt:hover > a.headerlink,
+caption:hover > a.headerlink,
+p.caption:hover > a.headerlink,
+div.code-block-caption:hover > a.headerlink {
visibility: visible;
}