From 32689c6e96d9acc38803c66f30d900e5496404f7 Mon Sep 17 00:00:00 2001 From: louisameline Date: Mon, 29 Jan 2018 19:37:38 +0100 Subject: [PATCH] dist build --- dist/css/tooltipster.bundle.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/css/tooltipster.bundle.css b/dist/css/tooltipster.bundle.css index 742b365..b35a240 100644 --- a/dist/css/tooltipster.bundle.css +++ b/dist/css/tooltipster.bundle.css @@ -327,25 +327,25 @@ corresponds to the arrow we want to display */ .tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background { border-bottom-color: #565656; - left: 0px; + left: 0; top: 3px; } .tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background { border-left-color: #565656; left: -3px; - top: 0px; + top: 0; } .tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background { border-right-color: #565656; left: 3px; - top: 0px; + top: 0; } .tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background { border-top-color: #565656; - left: 0px; + left: 0; top: -3px; }