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:
smain@google.com 2014-10-09 19:10:32 -07:00
parent a4d1f6a7f0
commit 17e2c06e8a

View file

@ -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;