Skip to content

Commit

Permalink
master
Browse files Browse the repository at this point in the history
  • Loading branch information
kamshory committed Jan 15, 2017
1 parent 91f3412 commit 10d5368
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@
border-bottom:10px solid #999999;
position:absolute;
left:50px;
top:-20px;
top:-21px;
}
.container::before{
content:"";
border:10px solid transparent;
border-bottom:10px solid #FFFFFF;
position:absolute;
left:50px;
top:-19px;
top:-20px;
}
.container p{
margin:0;
Expand Down Expand Up @@ -111,7 +111,7 @@
$(document).ready(function(e) {
$(document).on('click', '.inner', function(e){
var left = e.clientX;
setTrianglePosition(left-18, -20)
setTrianglePosition(left-18, -21)
});
});
</script>
Expand All @@ -128,4 +128,4 @@
</div>
</div>
</body>
</html>
</html>

0 comments on commit 10d5368

Please sign in to comment.