diff options
| author | 2016-05-16 22:31:22 +0000 | |
|---|---|---|
| committer | 2016-05-16 22:31:22 +0000 | |
| commit | 592b36a326216cd2442c47da9608ca2afd7e4d16 (patch) | |
| tree | 3db3218b32dbb6e2de26a15a240f58fb553f2444 | |
| parent | 8f740bea131ca0234fee9dce273f23c6f21ddf2f (diff) | |
| parent | a0acf474e9db6e1a444d7e48b520b48ded8fcdce (diff) | |
Merge "Avoid weird line wrapping by removing columns and forcing line breaks between the links" into mnc-mr-docs
am: a0acf474e9
* commit 'a0acf474e9db6e1a444d7e48b520b48ded8fcdce':
Avoid weird line wrapping by removing columns and forcing line breaks between the links
Change-Id: I337e5167eb9191f674c6cc397d61925c334c3b72
| -rw-r--r-- | docs/html/develop/index.jd | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/docs/html/develop/index.jd b/docs/html/develop/index.jd index fb86295e0ec1..1f7d62134495 100644 --- a/docs/html/develop/index.jd +++ b/docs/html/develop/index.jd @@ -28,19 +28,16 @@ building apps on every type of Android device.</p> support for N Preview development on top of the faster Android Emulator and Instant Run feature from 2.0.</p> -<div class="cols"> - <div class="col-1of2"> +<p style="margin-top:24px"> <a class="dac-hero-cta" href="{@docRoot}studio/index.html"> <span class="dac-sprite dac-auto-chevron"></span> Get Android Studio </a> - </div> - <div class="col-1of2"> + <wbr> <a class="dac-hero-cta" href="{@docRoot}studio/releases/index.html"> <span class="dac-sprite dac-auto-chevron"></span> See the release notes</a> - </div> -</div> +</p> </div> </div> |