summaryrefslogtreecommitdiffstats
path: root/docs/html/resources
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2010-03-24 17:18:01 -0700
committerScott Main <smain@google.com>2010-03-24 17:18:01 -0700
commitf54574a90cb2c09af7fb5518e3e859726ce75027 (patch)
tree073fb9f07a2ddee1948e440b48bc87fcb825ed90 /docs/html/resources
parent69c997a5c603c3cc56cbfdacd72cbe9993c5f053 (diff)
downloadframeworks_base-f54574a90cb2c09af7fb5518e3e859726ce75027.zip
frameworks_base-f54574a90cb2c09af7fb5518e3e859726ce75027.tar.gz
frameworks_base-f54574a90cb2c09af7fb5518e3e859726ce75027.tar.bz2
docs: clean docs to use consistent "sidebox" classes (eliminate sidebox-inner)
Change-Id: I8a2a343257b055b5447bca03a98e48ad4387ff42
Diffstat (limited to 'docs/html/resources')
-rw-r--r--docs/html/resources/tutorials/hello-world.jd4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/resources/tutorials/hello-world.jd b/docs/html/resources/tutorials/hello-world.jd
index 2b515a1..6e315b2 100644
--- a/docs/html/resources/tutorials/hello-world.jd
+++ b/docs/html/resources/tutorials/hello-world.jd
@@ -35,7 +35,7 @@ here when you've completed the installation.</p>
<h2 id="avd">Create an AVD</h2>
<div class="sidebox-wrapper">
- <div class="sidebox-inner">
+ <div class="sidebox">
<p>To learn more about how to use AVDs and the options
available to you, refer to the
<a href="{@docRoot}guide/developing/tools/avd.html">Android
@@ -243,7 +243,7 @@ to see it running.</p>
</ol>
<div class="sidebox-wrapper">
- <div class="sidebox-inner">
+ <div class="sidebox">
<p>To learn more about creating and editing run configurations in Eclipse, refer to
<a href="{@docRoot}guide/developing/eclipse-adt.html#RunConfig">Developing In Eclipse,
with ADT</a>.</p>