diff options
author | 2015-11-07 13:18:02 -0800 | |
---|---|---|
committer | 2016-01-28 17:10:09 -0800 | |
commit | 31ae1c518f974c07d1800e6623fccd91859f83bb (patch) | |
tree | 3b65a36a17e9a385718b1d59b64386fce2b42127 /docs/html/sdk | |
parent | 209d3a4b382b6dc9a37aebf8abdc3d0a36f6b8c2 (diff) |
Doc change: adjustments for design updates.
Change-Id: Ic798228a75ba2ab692fd3e36034606c04651c20c
Diffstat (limited to 'docs/html/sdk')
-rw-r--r-- | docs/html/sdk/index.jd | 6 | ||||
-rw-r--r-- | docs/html/sdk/installing/adding-packages.jd | 2 | ||||
-rw-r--r-- | docs/html/sdk/installing/studio-tips.jd | 3 | ||||
-rw-r--r-- | docs/html/sdk/win-usb.jd | 2 |
4 files changed, 8 insertions, 5 deletions
diff --git a/docs/html/sdk/index.jd b/docs/html/sdk/index.jd index 5db013c860d5..09b245cb0508 100644 --- a/docs/html/sdk/index.jd +++ b/docs/html/sdk/index.jd @@ -1,5 +1,5 @@ page.title=Download Android Studio and SDK Tools -page.tags=sdk, android studio +page.tags="sdk, android studio,tools" page.template=sdk page.image=images/cards/android-studio_2x.png header.hide=1 @@ -257,7 +257,7 @@ This is the Android Software Development Kit License Agreement <input id="agree" type="checkbox" name="agree" value="1" onclick="onAgreeChecked()" /> <label id="agreeLabel" for="agree">I have read and agree with the above terms and conditions</label> </p> -<p><a href="" class="button disabled" id="downloadForRealz" onclick="return onDownloadForRealz(this);"></a></p> +<p><a href="" class="dac-button dac-raised dac-primary disabled ndk" id="downloadForRealz" onclick="return onDownloadForRealz(this);"></a></p> </div> @@ -278,7 +278,7 @@ width="760" alt="" /> <div style="color: #fff; width:226px; height:0; overflow:visible; position:absolute; top:40px; left:25px"> -<h1 class="studio-logo" style="margin:0 0 35px !important">Android Studio</h1> +<h1 class="studio-logo" style="margin:0 0 35px !important;padding:0 !important">Android Studio</h1> <p style="font-size: 16px; color:#bbb; position: absolute;left: 297px; top: 5px; display: block; width: 400px;text-align: center;">The official Android IDE</p> diff --git a/docs/html/sdk/installing/adding-packages.jd b/docs/html/sdk/installing/adding-packages.jd index 88619bd4084c..2911c38adce0 100644 --- a/docs/html/sdk/installing/adding-packages.jd +++ b/docs/html/sdk/installing/adding-packages.jd @@ -31,7 +31,7 @@ ol.large > li > h2 { line-height:20px; padding:0 0 0 20px; margin:0 0 20px 0; - display:inline-block; + display:inline; font-weight:normal; } ol.large > li:nth-child(1):before { diff --git a/docs/html/sdk/installing/studio-tips.jd b/docs/html/sdk/installing/studio-tips.jd index 6c944abbbb35..113388f40ea8 100644 --- a/docs/html/sdk/installing/studio-tips.jd +++ b/docs/html/sdk/installing/studio-tips.jd @@ -1,4 +1,7 @@ page.title=Android Studio Tips and Tricks +page.image=images/tools/studio-previewall.png +page.tags="sdk", "studio", "android studio" +meta.tags="studio" @jd:body <div id="qv-wrapper"> diff --git a/docs/html/sdk/win-usb.jd b/docs/html/sdk/win-usb.jd index cb3e7bdec5f8..c08f6fd904ad 100644 --- a/docs/html/sdk/win-usb.jd +++ b/docs/html/sdk/win-usb.jd @@ -155,7 +155,7 @@ This is the Android Software Development Kit License Agreement <input id="agree" type="checkbox" name="agree" value="1" onclick="onAgreeChecked()" /> <label id="agreeLabel" for="agree">I have read and agree with the above terms and conditions</label> </p> -<p><a href="" class="button disabled" id="downloadForRealz" onclick="return onDownloadForRealz(this);"></a></p> +<p><a href="" class="dac-button dac-raised dac-primary disabled ndk" id="downloadForRealz" onclick="return onDownloadForRealz(this);"></a></p> </div> |