Skip to content

Commit

Permalink
Adjust anchor scroll. closes #1897.
Browse files Browse the repository at this point in the history
  • Loading branch information
daspecster committed Jun 24, 2016
1 parent f6d654f commit da7cd1f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/_static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ html {
line-height: 1.4;
}

*[id]:before {
display: block;
content: " ";
margin-top: -70px;
height: 70px;
visibility: hidden;
}

/*
* Remove text-shadow in selection highlight: h5bp.com/i
* These selection rule sets have to be separate.
Expand Down

0 comments on commit da7cd1f

Please sign in to comment.