Skip to content
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.

Commit

Permalink
CSS theme: fixed a line-height missmatch in RTD theme.
Browse files Browse the repository at this point in the history
ref:  readthedocs/sphinx_rtd_theme#419

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
  • Loading branch information
return42 committed Jun 15, 2017
1 parent df21cab commit 26af4d2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions sphinx-static/theme_overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@
*
*/

/* FIXME: https://github.com/rtfd/sphinx_rtd_theme/issues/419
*/

div[class^="highlight"] pre {
line-height: normal;
}
.rst-content .highlight > pre {
line-height: normal;
}

@media screen {

/* content column
Expand Down

0 comments on commit 26af4d2

Please sign in to comment.