Merge pull request #121 from madhugb/master

Fixed a pixel cut in floating-toolbar
This commit is contained in:
Ben Gotow 2015-10-23 09:54:39 -07:00
commit 404d0d2ec3

View file

@ -384,7 +384,7 @@ body.platform-win32 {
width: 22.5px;
height: 10px;
background: transparent url('images/tooltip/tooltip-bg-pointer@2x.png') no-repeat;
background-size: 22.5px 10.5px;
background-size: 22.5px 9.5px;
margin-left: -11.2px;
}