diff options
author | smain@google.com <smain@google.com> | 2014-12-10 12:40:49 -0800 |
---|---|---|
committer | smain@google.com <smain@google.com> | 2014-12-10 12:45:02 -0800 |
commit | 0aba9daacda098268087c7e41c907a8c04dec1f7 (patch) | |
tree | 73040536376a7cb6a51e645637b2c8f7e31f1ae3 /docs/html/distribute/engage | |
parent | d49977d967d7db24466abba9a97084a955f56aff (diff) | |
download | frameworks_base-0aba9daacda098268087c7e41c907a8c04dec1f7.zip frameworks_base-0aba9daacda098268087c7e41c907a8c04dec1f7.tar.gz frameworks_base-0aba9daacda098268087c7e41c907a8c04dec1f7.tar.bz2 |
fix distribute nav styles. they were not highlighted correctly.
Change-Id: I53f727353d263eb8caa62261751be3adcdc18273
Diffstat (limited to 'docs/html/distribute/engage')
-rw-r--r-- | docs/html/distribute/engage/engage_toc.cs | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/html/distribute/engage/engage_toc.cs b/docs/html/distribute/engage/engage_toc.cs index 596051a..eb176f9 100644 --- a/docs/html/distribute/engage/engage_toc.cs +++ b/docs/html/distribute/engage/engage_toc.cs @@ -1,61 +1,61 @@ <ul id="nav"> <li class="nav-section"> - <div class="nav-section empty" style="font-weight:normal"><a href="<?cs + <div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/engage/widgets.html"> <span class="en">Build Useful Widgets</span></a> </div> </li> <li class="nav-section"> - <div class="nav-section empty" style="font-weight:normal"><a href="<?cs + <div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/engage/notifications.html"> <span class="en">Use Rich Notifications</span></a> </div> </li> <li class="nav-section"> - <div class="nav-section empty" style="font-weight:normal"><a href="<?cs + <div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/engage/gcm.html"> <span class="en">Integrate GCM</span></a> </div> </li> <li class="nav-section"> - <div class="nav-section empty" style="font-weight:normal"><a href="<?cs + <div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/engage/easy-signin.html"> <span class="en">Make Signing In Easy</span></a> </div> </li> <li class="nav-section"> - <div class="nav-section empty" style="font-weight:normal"><a href="<?cs + <div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/engage/deep-linking.html"> <span class="en">Deep Link to Bring Users Back</span></a> </div> </li> <li class="nav-section"> - <div class="nav-section empty" style="font-weight:normal"><a href="<?cs + <div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/engage/game-services.html"> <span class="en">Encourage Competition</span></a> </div> </li> <li class="nav-section"> - <div class="nav-section empty" style="font-weight:normal"><a href="<?cs + <div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/engage/analytics.html"> <span class="en">Understand User Behavior</span></a> </div> </li> <li class="nav-section"> - <div class="nav-section empty" style="font-weight:normal"><a href="<?cs + <div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/engage/app-updates.html"> <span class="en">Update Regularly</span></a> </div> </li> <li class="nav-section"> - <div class="nav-section empty" style="font-weight:normal"><a href="<?cs + <div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/engage/community.html"> <span class="en">Engage Your Community</span></a> </div> </li> <li class="nav-section"> - <div class="nav-section empty" style="font-weight:normal"><a href="<?cs + <div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/engage/video.html"> <span class="en">Delight with Videos</span></a> </div> |