diff options
author | 2016-05-16 15:22:17 -0700 | |
---|---|---|
committer | 2016-05-16 15:22:17 -0700 | |
commit | d078d20ac6e4331c8cb8a993c11cc02a81a03621 (patch) | |
tree | f6158baf9e088824dc369e2f0c5c09ad415627b6 | |
parent | b7f5631156158c83d1eaa2e323267435edb66bf3 (diff) |
Avoid weird line wrapping by removing columns and forcing line breaks between the links
Change-Id: I797b46d75643ce2491d47c95599164022ce451a7
-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> |