Merge pull request #43 from treetrunk/master

Adjust anchor links to display in correct position
This commit is contained in:
Calinou 2015-11-06 17:27:46 +01:00
commit b3b6dc4017

View File

@ -80,3 +80,9 @@ code {
.inline {
display: inline;
}
:target:before { // Adjust anchor link location to not cover titles with header
content: "";
display: block;
height: 60px;
margin: -60px 0 0;
}