diff options
author | smain@google.com <smain@google.com> | 2014-12-17 09:50:26 -0800 |
---|---|---|
committer | smain@google.com <smain@google.com> | 2014-12-17 09:50:26 -0800 |
commit | 58bd02739ee84326aba2a873e121923bbe1280c2 (patch) | |
tree | 9d045a8d0304a8ae6e7140839f2041352462313e /docs | |
parent | 6b8756c39764b166c9f7d384e4542960dd8a7f98 (diff) | |
download | frameworks_base-58bd02739ee84326aba2a873e121923bbe1280c2.zip frameworks_base-58bd02739ee84326aba2a873e121923bbe1280c2.tar.gz frameworks_base-58bd02739ee84326aba2a873e121923bbe1280c2.tar.bz2 |
make hidden text hidden with negative indent to avoid horizontal scroll
bug: 18721145
Change-Id: I6efe51071d9d93697f1412243468353cd0c6d166
Diffstat (limited to 'docs')
-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 6c935a9..5174eb9 100644 --- a/docs/html/sdk/index.jd +++ b/docs/html/sdk/index.jd @@ -90,7 +90,7 @@ sdk.win_installer_checksum=505d7a95647bccc194b7aa707854422d9c7288d5 display:block; padding:0; white-space: nowrap; - text-indent: 10000px; + text-indent: -10000px; font-size:0px; background: url(../images/tools/studio-logo.png); background-image: -webkit-image-set(url(../images/tools/studio-logo.png) 1x, url(../images/tools/studio-logo_2x.png) 2x); |