Doc change: Fixes for toggle image and adt release date.
Change-Id: I2e76a42650c3ab54e597340cd96e4f7b23fe5116
This commit is contained in:
@@ -101,7 +101,7 @@ padding: .25em 1em;
|
||||
<div class="toggleable opened">
|
||||
<a href="#" onclick="return toggleDiv(this)">
|
||||
<img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-img" height="9px" width="9px" />
|
||||
ADT 0.9.8</a> <em>(August 2010)</em>
|
||||
ADT 0.9.8</a> <em>(September 2010)</em>
|
||||
<div class="toggleme">
|
||||
|
||||
|
||||
|
||||
@@ -127,7 +127,7 @@ provides the equivalent library project support.</p>
|
||||
|
||||
<div class="toggleable closed">
|
||||
<a href="#" onclick="return toggleDiv(this)">
|
||||
<img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-img" height="9px" width="9px" />
|
||||
<img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" width="9px" />
|
||||
SDK Tools, Revision 5</a> <em>(March 2010)</em>
|
||||
<div class="toggleme">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user