more fixes to scroll offset for the sticky header.

This offsets the layout position of all <a name=""> tags so they naturally
show up below the sticky nav bar... though this is only for API reference,
which uses <a> tags as anchors for all API members.
bug: 16924057

Change-Id: I88c1e8192f1cbb5373af592b9e9f9a04ffe6fc7c
This commit is contained in:
smain@google.com
2014-10-03 09:25:59 -07:00
committed by Scott Main
parent 83fadade5b
commit 9a818f55f4
6 changed files with 20 additions and 7 deletions

View File

@@ -5,6 +5,8 @@
<body class="gc-documentation <?cs if:(reference.gms || reference.gcm) ?>google<?cs /if ?>
<?cs if:(guide||develop||training||reference||tools||sdk) ?>develop<?cs
if:reference ?> reference<?cs
/if ?><?cs
elif:design ?>design<?cs
elif:distribute ?>distribute<?cs
/if ?>">