Remove useless top margin on first heading

This commit is contained in:
Guillaume Gomez 2017-10-22 16:11:07 +02:00
parent becd45be80
commit 237ad82f3c

View file

@ -748,6 +748,7 @@ span.since {
.docblock > .section-header:first-child {
margin-left: 15px;
margin-top: 0;
}
.docblock > .section-header:first-child:hover > a:before {