diff options
author | smain@google.com <smain@google.com> | 2014-10-09 19:10:32 -0700 |
---|---|---|
committer | smain@google.com <smain@google.com> | 2014-10-09 19:10:32 -0700 |
commit | 17e2c06e8aa92b9d99e8e3a8e6f44a630e9529ad (patch) | |
tree | 2464dc41a99bf85f15eacd046917db84d1e79284 /tools | |
parent | a4d1f6a7f0399b5e5e38b7c6f274f5fb11be48b9 (diff) | |
download | build-17e2c06e8aa92b9d99e8e3a8e6f44a630e9529ad.zip build-17e2c06e8aa92b9d99e8e3a8e6f44a630e9529ad.tar.gz build-17e2c06e8aa92b9d99e8e3a8e6f44a630e9529ad.tar.bz2 |
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
Diffstat (limited to 'tools')
-rw-r--r-- | tools/droiddoc/templates-sdk/assets/css/default.css | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ 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; |