forked from openkylin/platform_build
am 657b2971: am fa6ee37f: am 53b98761: docs: fix sticky header hiding RenderScript reference headings
* commit '657b2971f8a6f4a1b6dac68915c557304970d716': docs: fix sticky header hiding RenderScript reference headings
This commit is contained in:
commit
6f7608cf8f
|
@ -4228,7 +4228,8 @@ EndColorStr='#ececec');
|
||||||
}
|
}
|
||||||
|
|
||||||
/* offset the <a name=""> tags to account for sticky nav */
|
/* offset the <a name=""> tags to account for sticky nav */
|
||||||
body.reference a[name] {
|
body.reference a[name],
|
||||||
|
div.renderscript a[name] {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
display: block;
|
display: block;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
Loading…
Reference in New Issue