make hidden text hidden with negative indent to avoid horizontal scroll

bug: 18721145

Change-Id: I6efe51071d9d93697f1412243468353cd0c6d166
This commit is contained in:
smain@google.com
2014-12-17 09:50:26 -08:00
parent 6b8756c397
commit 58bd02739e

View File

@@ -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);