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;
}
@@ -624,4 +624,4 @@ html, body {
.highlight, .highlight .w {
background-color: $code-bg;
}
}