diff options
author | 2016-05-16 22:25:49 +0000 | |
---|---|---|
committer | 2016-05-16 22:25:51 +0000 | |
commit | a0acf474e9db6e1a444d7e48b520b48ded8fcdce (patch) | |
tree | 0daafc6201ef5d264d37698568f8104a36664706 | |
parent | 9acd851ee6071fa82a725a69d75c59bf4068a83a (diff) | |
parent | d078d20ac6e4331c8cb8a993c11cc02a81a03621 (diff) |
Merge "Avoid weird line wrapping by removing columns and forcing line breaks between the links" into mnc-mr-docs
-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> |