Fix tab link spacing issue by dropping old sticky navbar css hack

This commit is contained in:
Tyson Whitehead 2021-04-07 14:38:48 -04:00
parent def05105bb
commit 7d3bd08c9b
No known key found for this signature in database
GPG key ID: B22199763A27997B

View file

@ -33,12 +33,6 @@ span:target > span.dep-tree-line {
font-weight: bold;
}
:target {
padding-top: 40px;
margin-top: -40px;
display: inline-block; /* required for webkit browsers */
}
span.disabled-project, span.disabled-jobset, span.disabled-job {
text-decoration: line-through;
}