Skip to content

Commit 6810a3b

Browse files
committed
update built libs
1 parent 897352d commit 6810a3b

4 files changed

Lines changed: 178 additions & 103 deletions

File tree

rickshaw.css

Lines changed: 5 additions & 3 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;
@@ -217,7 +219,7 @@
217219
.rickshaw_graph .x_axis_d3 {
218220
fill: none;
219221
}
220-
.rickshaw_graph .y_ticks .tick,
222+
.rickshaw_graph .y_ticks .tick line,
221223
.rickshaw_graph .x_ticks_d3 .tick {
222224
stroke: rgba(0, 0, 0, 0.16);
223225
stroke-width: 2px;

0 commit comments

Comments
 (0)