Change comment to provide more information

This commit is contained in:
Nathan Hare 2015-10-05 12:43:24 -04:00
parent 6405b4f64e
commit 01b4d13f4b

View File

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