am 53b98761: docs: fix sticky header hiding RenderScript reference headings

* commit '53b98761b288fcf833db62bb4700fba20b319961':
  docs: fix sticky header hiding RenderScript reference headings
This commit is contained in:
Joe Fernandez
2015-05-01 23:05:35 +00:00
committed by Android Git Automerger

View File

@@ -4228,7 +4228,8 @@ EndColorStr='#ececec');
}
/* offset the <a name=""> tags to account for sticky nav */
body.reference a[name] {
body.reference a[name],
div.renderscript a[name] {
visibility: hidden;
display: block;
position: relative;