diff options
| author | smain@google.com <smain@google.com> | 2014-10-08 16:54:21 -0700 |
|---|---|---|
| committer | smain@google.com <smain@google.com> | 2014-10-08 16:54:21 -0700 |
| commit | 770c3c5ed52f354fe04ced31aaa56ba57a028955 (patch) | |
| tree | 0058c08900b614c4eb7bb04f8af4f10e5ba32dae /docs/html | |
| parent | 7f567e4a1c561f60c6d31f6709508f5ec5a6ba88 (diff) | |
| download | frameworks_base-770c3c5ed52f354fe04ced31aaa56ba57a028955.zip frameworks_base-770c3c5ed52f354fe04ced31aaa56ba57a028955.tar.gz frameworks_base-770c3c5ed52f354fe04ced31aaa56ba57a028955.tar.bz2 | |
fix unclickable link due to overlay from offset dev below
Change-Id: I59bedd0e928d578a3bd030caa4add4cfa96db83f
Diffstat (limited to 'docs/html')
| -rw-r--r-- | docs/html/sdk/index.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/sdk/index.jd b/docs/html/sdk/index.jd index 70410c1..67a9b92 100644 --- a/docs/html/sdk/index.jd +++ b/docs/html/sdk/index.jd @@ -308,7 +308,7 @@ href="http://developer.android.com/sdk/index.html">developer.android.com/sdk/</a If you're a new Android developer, you should consider starting with Android Studio, because the ADT plugin for Eclipse is no longer in active development.</p> <p style="margin: 0;"> - <a href="/sdk/installing/studio.html">Learn more about Android Studio</a></p> + <a href="/sdk/installing/studio.html" style="position:relative;z-index:99">Learn more about Android Studio</a></p> </div> |
