From 08cf3dc5c222ca871083b49e81ef307fc8e0df61 Mon Sep 17 00:00:00 2001 From: Robert Lord Date: Sat, 3 Sep 2016 18:06:17 -0700 Subject: [PATCH] Fix bug where -margin wasn't properly respected even if search was off --- source/stylesheets/screen.css.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/stylesheets/screen.css.scss b/source/stylesheets/screen.css.scss index 730a79d..1d216d3 100644 --- a/source/stylesheets/screen.css.scss +++ b/source/stylesheets/screen.css.scss @@ -110,7 +110,7 @@ html, body { } } - img+.tocify { + img+.tocify, .lang-selector+.tocify { margin-top: $logo-margin; } @@ -624,4 +624,4 @@ html, body { .highlight, .highlight .w { background-color: $code-bg; -} \ No newline at end of file +}