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/monetize/monetize_toc.cs | |
| 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/monetize/monetize_toc.cs')
| -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> |
