am 17e2c06e
: 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.
* commit '17e2c06e8aa92b9d99e8e3a8e6f44a630e9529ad': 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.
This commit is contained in:
commit
6cd8239682
1 changed files with 2 additions and 2 deletions
|
@ -4203,8 +4203,8 @@ EndColorStr='#ececec');
|
|||
z-index: 52;
|
||||
}
|
||||
|
||||
/* offset the <a name=""> tags in reference to account for sticky nav */
|
||||
body.reference a[name] {
|
||||
/* offset the <a name=""> tags to account for sticky nav */
|
||||
a[name] {
|
||||
visibility: hidden;
|
||||
display: block;
|
||||
position: relative;
|
||||
|
|
Loading…
Reference in a new issue