From 10d5368c1f15046099d2627eec7210683cd7d82f Mon Sep 17 00:00:00 2001 From: Kamshory Date: Sun, 15 Jan 2017 11:24:37 +0700 Subject: [PATCH] master --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 3e9bee7..1f37616 100644 --- a/index.html +++ b/index.html @@ -30,7 +30,7 @@ border-bottom:10px solid #999999; position:absolute; left:50px; - top:-20px; + top:-21px; } .container::before{ content:""; @@ -38,7 +38,7 @@ border-bottom:10px solid #FFFFFF; position:absolute; left:50px; - top:-19px; + top:-20px; } .container p{ margin:0; @@ -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) }); }); @@ -128,4 +128,4 @@ - + \ No newline at end of file