commit | 17e2c06e8aa92b9d99e8e3a8e6f44a630e9529ad | [log] [tgz] |
---|---|---|
author | smain@google.com <smain@google.com> | Thu Oct 09 19:10:32 2014 -0700 |
committer | smain@google.com <smain@google.com> | Thu Oct 09 19:10:32 2014 -0700 |
tree | 2464dc41a99bf85f15eacd046917db84d1e79284 | |
parent | a4d1f6a7f0399b5e5e38b7c6f274f5fb11be48b9 [diff] [blame] |
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
diff --git a/tools/droiddoc/templates-sdk/assets/css/default.css b/tools/droiddoc/templates-sdk/assets/css/default.css index c650277..cb9d323 100644 --- a/tools/droiddoc/templates-sdk/assets/css/default.css +++ b/tools/droiddoc/templates-sdk/assets/css/default.css
@@ -4203,8 +4203,8 @@ 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;