Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Adjust anchor scroll. closes #1897.
  • Loading branch information
daspecster committed Jun 24, 2016
commit da7cd1f7d61644f51b4137ccda4e3a6c1b5a61b7
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