Skip to content

Commit

Permalink
dist build
Browse files Browse the repository at this point in the history
  • Loading branch information
louisameline committed Jan 29, 2018
1 parent a98e3cd commit 32689c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dist/css/tooltipster.bundle.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 32689c6

Please sign in to comment.