mirror of
https://github.com/readthedocs/sphinx_rtd_theme.git
synced 2025-02-25 18:55:21 -06:00
Style caption link for code and literal blocks (#690)
This commit is contained in:
parent
b9bf19f5be
commit
139a56abee
@ -14,8 +14,10 @@ New Features
|
||||
Fixes
|
||||
-----
|
||||
|
||||
* Style caption link for code and literal blocks
|
||||
* Fix inconsistent font size and line height for autodoc "raises" and "returns" (#267)
|
||||
|
||||
|
||||
Other Changes
|
||||
--------------
|
||||
|
||||
|
@ -172,7 +172,7 @@
|
||||
@extend h2
|
||||
|
||||
// This is the #href that shows up on hover. Sphinx's is terrible so I hack it away.
|
||||
h1, h2, h3, h4, h5, h6, dl dt, p.caption, table > caption
|
||||
h1, h2, h3, h4, h5, h6, dl dt, p.caption, table > caption, .code-block-caption
|
||||
.headerlink
|
||||
visibility: hidden
|
||||
font-size: 14px
|
||||
|
Loading…
Reference in New Issue
Block a user