Skip to content

Commit 877db99

Browse files
committed
Merge pull request #391 from luke3141/fix_dot
Fine tuning for the detail dot
2 parents 61f1709 + 17257d8 commit 877db99

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/css/detail.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,13 @@
8787
.rickshaw_graph .detail .dot {
8888
width: 4px;
8989
height: 4px;
90-
margin-left: -2px;
91-
margin-top: -2px;
90+
margin-left: -3px;
91+
margin-top: -3.5px;
9292
border-radius: 5px;
9393
position: absolute;
9494
box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
95+
box-sizing: content-box;
96+
-moz-box-sizing: content-box;
9597
background: white;
9698
border-width: 2px;
9799
border-style: solid;

0 commit comments

Comments
 (0)