From 6797432f9b3e50f588ae45451f1ffdb1a1489a72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Thu, 12 Mar 2015 18:09:24 +0100 Subject: [PATCH] [doc] Move whitespace visualization up a bit As suggested by @Mikk36 --- docs/_static/theme_overrides.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/_static/theme_overrides.css b/docs/_static/theme_overrides.css index 476555ba..36b55506 100644 --- a/docs/_static/theme_overrides.css +++ b/docs/_static/theme_overrides.css @@ -31,3 +31,8 @@ font-family: FontAwesome; display: inline-block; } + +/* make whitespace visualization in code listings not appear on same vertical position as dashes */ +.highlight .w { + vertical-align: 10%; +} \ No newline at end of file