Make sure anchors are not obscured by the header

This commit is contained in:
Andreas Hocevar
2014-05-05 12:40:48 -05:00
parent 5f54b45fa2
commit c2a9e95a37

View File

@@ -1,3 +1,9 @@
.name {
padding-top: 50px;
margin-top: -50px;
display: inline-block; /* required for webkit browsers */
}
a:visited {
color: #08c;
}