Fix bug where -margin wasn't properly respected even if search was off

This commit is contained in:
Robert Lord 2016-09-03 18:06:17 -07:00
parent 6831223f50
commit 08cf3dc5c2

View file

@ -110,7 +110,7 @@ html, body {
} }
} }
img+.tocify { img+.tocify, .lang-selector+.tocify {
margin-top: $logo-margin; margin-top: $logo-margin;
} }