Template:Support Page: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
Adding CSS for temporary fix for linking to WTG anchors, in-page, while accounting for the sticky header
Undo revision 35554 by SPatton (talk) - not actually a fix
Tag: Undo
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>