change name of offline doc tab to "API reference" and put the version number in the secondary nav bar (it was there anyway).

am: 5e37eef425

* commit '5e37eef4255bb1b3709d0d99e004003728eaf3c7':
  change name of offline doc tab to "API reference" and put the version number in the secondary nav bar (it was there anyway).
This commit is contained in:
smain@google.com 2016-03-10 18:09:18 +00:00 committed by android-build-merger
commit 1926bfe8d2
1 changed files with 6 additions and 1 deletions

View File

@ -138,7 +138,12 @@
<li class="dac-nav-item develop">
<a class="dac-nav-link has-subnav" href="/reference/packages.html" zh-tw-lang="參考資源"
zh-cn-lang="参考" ru-lang="Справочник" ko-lang="참조문서" ja-lang="リファレンス"
es-lang="Referencia">Android <?cs var:sdk.version ?>&nbsp;r<?cs var:sdk.rel.id ?></a>
es-lang="Referencia">API Reference</a>
<div class="dac-nav-secondary develop">
<h1 style="font-size: 20px; line-height: 24px; margin: 20px; color:#444"
>Android <?cs var:sdk.version ?> r<?cs var:sdk.rel.id ?>
</h1>
</div>
</li>
</ul>
</nav>