From bcfcf52267da958defd397af62b962a483eb494e Mon Sep 17 00:00:00 2001 From: James Munnelly Date: Thu, 31 Jan 2019 11:09:47 +0000 Subject: [PATCH] Remove line-height hack Signed-off-by: James Munnelly --- docs/_static/css/style.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/_static/css/style.css b/docs/_static/css/style.css index 8632857d3..e69de29bb 100644 --- a/docs/_static/css/style.css +++ b/docs/_static/css/style.css @@ -1,5 +0,0 @@ -/* Temporary fix for https://github.com/rtfd/sphinx_rtd_theme/issues/417 */ - -.rst-content .highlight>pre { - line-height: 18px !important; -}