summaryrefslogtreecommitdiff
path: root/sphinx/themes/basic/static/basic.css_t
diff options
context:
space:
mode:
authortk0miya <i.tkomiya@gmail.com>2014-10-05 16:27:38 +0900
committertk0miya <i.tkomiya@gmail.com>2014-10-05 16:27:38 +0900
commitde43236d792a74d6ae108f9255bf7bd73f36ab4e (patch)
tree5dc0a420aaf3c894e4b7df669f7298b977e035aa /sphinx/themes/basic/static/basic.css_t
parent6a9fde23423e153eec16ee584675ad2ff3e991a9 (diff)
downloadsphinx-de43236d792a74d6ae108f9255bf7bd73f36ab4e.tar.gz
Set permanent links to every captions and titles
Diffstat (limited to 'sphinx/themes/basic/static/basic.css_t')
-rw-r--r--sphinx/themes/basic/static/basic.css_t5
1 files changed, 4 insertions, 1 deletions
diff --git a/sphinx/themes/basic/static/basic.css_t b/sphinx/themes/basic/static/basic.css_t
index 3616288c..1d1c5e59 100644
--- a/sphinx/themes/basic/static/basic.css_t
+++ b/sphinx/themes/basic/static/basic.css_t
@@ -197,7 +197,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;
}