Skip to content

Commit 3c8bc25

Browse files
committed
Style headerlinks for table captions properly
Fixes #437
1 parent a765112 commit 3c8bc25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sass/_theme_rst.sass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
@extend h2
109109

110110
// This is the #href that shows up on hover. Sphinx's is terrible so I hack it away.
111-
h1, h2, h3, h4, h5, h6, dl dt, p.caption
111+
h1, h2, h3, h4, h5, h6, dl dt, p.caption, table > caption
112112
.headerlink
113113
display: none
114114
visibility: hidden

0 commit comments

Comments
 (0)