Skip to content

Commit

Permalink
Fix bug where -margin wasn't properly respected even if search was off
Browse files Browse the repository at this point in the history
  • Loading branch information
lord committed Nov 24, 2016
1 parent 6831223 commit 08cf3dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/stylesheets/screen.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ html, body {
}
}

img+.tocify {
img+.tocify, .lang-selector+.tocify {
margin-top: $logo-margin;
}

Expand Down Expand Up @@ -624,4 +624,4 @@ html, body {

.highlight, .highlight .w {
background-color: $code-bg;
}
}

0 comments on commit 08cf3dc

Please sign in to comment.