Template:Support Page: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
No edit summary
Adding CSS for temporary fix for linking to WTG anchors, in-page, while accounting for the sticky header
Line 623: Line 623:
list-style-type: none;
list-style-type: none;
margin-left: 0;
margin-left: 0;
}

/* Temporary fix for linking to WTG anchors, in-page, while accounting for the sticky header */
a.anchor {
display: block;
position: relative;
top: -250px;
visibility: hidden;
}
}
</style>
</style>