Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 17e2c06e authored by smain@google.com's avatar smain@google.com
Browse files

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
parent a4d1f6a7
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -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;