diff options
author | Scott Main <smain@google.com> | 2011-02-22 21:40:31 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2011-02-22 21:40:31 -0800 |
commit | 456d38c87a344cbcbacb8a5cb06a35620b25bb9c (patch) | |
tree | 8cd2cc3ad002c1509028729e79d6d037c71406a4 /docs/html/guide/guide_toc.cs | |
parent | 1d9c2c758d817f7ed8769bb53bb5160c2e3c644d (diff) | |
parent | d80d6c52ee2df4bb58fa6a54e5dcfdac005bd424 (diff) |
am d80d6c52: am f870c5af: docs: add new-child tags to hide the "new" tag when a parent list item is expanded
* commit 'd80d6c52ee2df4bb58fa6a54e5dcfdac005bd424':
docs: add new-child tags to hide the "new" tag when a parent list item is expanded
Diffstat (limited to 'docs/html/guide/guide_toc.cs')
-rw-r--r-- | docs/html/guide/guide_toc.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/html/guide/guide_toc.cs b/docs/html/guide/guide_toc.cs index 9f3632830247..e63c49e9239e 100644 --- a/docs/html/guide/guide_toc.cs +++ b/docs/html/guide/guide_toc.cs @@ -60,7 +60,7 @@ <li class="toggle-list"> <div><a href="<?cs var:toroot ?>guide/topics/fundamentals/activities.html"> <span class="en">Activities</span> - </a> <span class="new">new!</span></div> + </a> <span class="new-child">new!</span></div> <ul> <li><a href="<?cs var:toroot ?>guide/topics/fundamentals/fragments.html"> <span class="en">Fragments</span> @@ -99,7 +99,7 @@ <div><a href="<?cs var:toroot ?>guide/topics/ui/index.html"> <span class="en">User Interface</span> </a> - <span class="new">new!</span></div> + <span class="new-child">new!</span></div> <ul> <li><a href="<?cs var:toroot ?>guide/topics/ui/declaring-layout.html"> <span class="en">Declaring Layout</span> @@ -238,7 +238,7 @@ <div><a href="<?cs var:toroot ?>guide/topics/graphics/index.html"> <span class="en">Graphics</span> </a> - <span class="new">new!</span></div> + <span class="new-child">new!</span></div> <ul> <li><a href="<?cs var:toroot ?>guide/topics/graphics/2d-graphics.html"> <span class="en">2D Graphics</span> |