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/monetize | |
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/monetize')
-rw-r--r-- | docs/html/distribute/monetize/monetize_toc.cs | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/html/distribute/monetize/monetize_toc.cs b/docs/html/distribute/monetize/monetize_toc.cs index aeb6cf8..8211689 100644 --- a/docs/html/distribute/monetize/monetize_toc.cs +++ b/docs/html/distribute/monetize/monetize_toc.cs @@ -1,35 +1,35 @@ <ul id="nav"> <li class="nav-section"> - <div class="nav-section empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/monetize/premium.html"> + <div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/monetize/premium.html"> <span class="en">Premium</span></a> </div> </li> <li class="nav-section"> - <div class="nav-section empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/monetize/freemium.html"> + <div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/monetize/freemium.html"> <span class="en">Freemium</span> </a> </div> </li> <li class="nav-section"> - <div class="nav-section empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/monetize/subscriptions.html"> + <div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/monetize/subscriptions.html"> <span class="en">Subscriptions</span> </a </div> </li> <li class="nav-section"> - <div class="nav-section empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/monetize/ecommerce.html"> + <div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/monetize/ecommerce.html"> <span class="en">E-commerce</span> </a> </div> </li> <li class="nav-section"> - <div class="nav-section empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/monetize/ads.html"> + <div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/monetize/ads.html"> <span class="en">Ads</span> </a> </div> </li> <li class="nav-section"> - <div class="nav-section empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/monetize/payments.html"> + <div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/monetize/payments.html"> <span class="en">Purchasing</span> </a> </div> |