make the <a> tag offset effective for the whole site,
not just reference, because turns out these are also used in the manifest docs, so what the heck. Change-Id: I33d3cf842377511d0733983deffa03639eb0bdbf
This commit is contained in:
parent
a4d1f6a7f0
commit
17e2c06e8a
1 changed files with 2 additions and 2 deletions
|
@ -4203,8 +4203,8 @@ EndColorStr='#ececec');
|
||||||
z-index: 52;
|
z-index: 52;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* offset the <a name=""> tags in reference to account for sticky nav */
|
/* offset the <a name=""> tags to account for sticky nav */
|
||||||
body.reference a[name] {
|
a[name] {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
display: block;
|
display: block;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
Loading…
Reference in a new issue