diff options
| author | 2014-12-17 18:03:39 +0000 | |
|---|---|---|
| committer | 2014-12-17 18:03:39 +0000 | |
| commit | 2a53e24e10654b7f5667899c8a110ef6742c79e3 (patch) | |
| tree | b744622d427ba867886fdb7a5f4e43313ffd47ad | |
| parent | 43741a8c8371e3a473794cc2d2a81dda777e8724 (diff) | |
| parent | b834c72e61943fda18153bb42b3c8bd80d604b0b (diff) | |
am 48422283: Merge "make hidden text hidden with negative indent to avoid horizontal scroll bug: 18721145" into lmp-docs
automerge: b834c72
* commit 'b834c72e61943fda18153bb42b3c8bd80d604b0b':
make hidden text hidden with negative indent to avoid horizontal scroll bug: 18721145
| -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 3324c2d596c7..5350fe232e37 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); |