diff options
| author | smain@google.com <smain@google.com> | 2014-12-13 00:55:30 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-12-13 00:55:32 +0000 |
| commit | 8e8f29e34266b49d02f236367be98d6885f2f8a6 (patch) | |
| tree | 03f9d3696b79a322af352a1949da04b15c6f9627 /docs/html/distribute/essentials | |
| parent | 044f3947bc2e5e1beb2e46dd8e32822b57132b4a (diff) | |
| parent | 0aba9daacda098268087c7e41c907a8c04dec1f7 (diff) | |
| download | frameworks_base-8e8f29e34266b49d02f236367be98d6885f2f8a6.zip frameworks_base-8e8f29e34266b49d02f236367be98d6885f2f8a6.tar.gz frameworks_base-8e8f29e34266b49d02f236367be98d6885f2f8a6.tar.bz2 | |
Merge "fix distribute nav styles. they were not highlighted correctly." into lmp-docs
Diffstat (limited to 'docs/html/distribute/essentials')
| -rw-r--r-- | docs/html/distribute/essentials/essentials_toc.cs | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/html/distribute/essentials/essentials_toc.cs b/docs/html/distribute/essentials/essentials_toc.cs index 0369d4d..fe3fc87 100644 --- a/docs/html/distribute/essentials/essentials_toc.cs +++ b/docs/html/distribute/essentials/essentials_toc.cs @@ -1,47 +1,47 @@ <ul id="nav"> <li class="nav-section"> - <div class="nav-section empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/essentials/quality/core.html" zh-cn-lang="应用的核心质量"> + <div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/essentials/quality/core.html" zh-cn-lang="应用的核心质量"> <span class="en">Core App Quality</span></a> </div> </li> <li class="nav-section"> - <div class="nav-section empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/essentials/quality/tablets.html" zh-cn-lang="平板电脑应用的质量"> + <div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/essentials/quality/tablets.html" zh-cn-lang="平板电脑应用的质量"> <span class="en">Tablet App Quality</span> </a> </div> </li> <li class="nav-section"> - <div class="nav-section empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/essentials/quality/tv.html"> + <div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/essentials/quality/tv.html"> <span class="en">TV App Quality</span> </a> </div> </li> <li class="nav-section"> - <div class="nav-section empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/essentials/quality/wear.html"> + <div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/essentials/quality/wear.html"> <span class="en">Wear App Quality</span> </a> </div> </li> <li class="nav-section"> - <div class="nav-section empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/essentials/quality/auto.html"> + <div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/essentials/quality/auto.html"> <span class="en">Auto App Quality</span> </a> </div> </li> <li class="nav-section"> - <div class="nav-section empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/essentials/optimizing-your-app.html"> + <div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/essentials/optimizing-your-app.html"> <span class="en">Optimize Your App</span> </a> </div> </li> <li class="nav-section"> - <div class="nav-section empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/essentials/best-practices/apps.html"> + <div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/essentials/best-practices/apps.html"> <span class="en">App Best Practices</span> </a> </div> </li> <li class="nav-section"> - <div class="nav-section empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/essentials/best-practices/games.html"> + <div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/essentials/best-practices/games.html"> <span class="en">Game Best Practices</span> </a> </div> |
