diff --git a/tools/droiddoc/templates-sdk/sdkpage.cs b/tools/droiddoc/templates-sdk/sdkpage.cs
index 0823db4f2e..a062af3968 100644
--- a/tools/droiddoc/templates-sdk/sdkpage.cs
+++ b/tools/droiddoc/templates-sdk/sdkpage.cs
@@ -151,6 +151,7 @@ computer.
?>
+
Welcome Developers! If you are new to the Android SDK, please read the Quick Start, below, for an overview of how to install and
set up the SDK.
@@ -169,7 +170,8 @@ to get the components, rather than downloading a new SDK package.
Windows |
-
+
|
bytes |
|
@@ -177,7 +179,8 @@ to get the components, rather than downloading a new SDK package.
Mac OS X (intel) |
-
+
|
bytes |
|
@@ -185,7 +188,8 @@ to get the components, rather than downloading a new SDK package.
Linux (i386) |
-
+
|
bytes |
|
@@ -202,6 +206,19 @@ to get the components, rather than downloading a new SDK package.
+
+
+
Your download of has begun!
+
+
+
+
diff --git a/tools/droiddoc/templates/assets/android-developer-docs.css b/tools/droiddoc/templates/assets/android-developer-docs.css
index a3bab76047..da39a4ad73 100644
--- a/tools/droiddoc/templates/assets/android-developer-docs.css
+++ b/tools/droiddoc/templates/assets/android-developer-docs.css
@@ -813,8 +813,8 @@ p.img-caption {
div.figure {
float:right;
clear:right;
- margin:1em 0 0 3em;
- padding:0;
+ margin:1em 0 0 0;
+ padding:0 0 0 3em;
background-color:#fff;
/* width must be defined w/ an inline style matching the image width */
}