fix(aio): constrain header-link styles

The CSS rule for positioning the automated header links was too general,
causing other links inside headings to be positioned incorrectly.

Closes #16573
This commit is contained in:
Peter Bacon Darwin 2017-05-06 09:43:41 +01:00 committed by Pete Bacon Darwin
parent b9ed97c0d9
commit 03513e9d70
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
}
}
a {
a.header-link {
text-decoration: none;
padding-left: 8px;
margin-left: -50px;