Skip to content

Commit

Permalink
Update stroke widths for markers and baselines
Browse files Browse the repository at this point in the history
  • Loading branch information
almossawi committed Jan 22, 2015
1 parent f069405 commit 5b47468
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dist/metricsgraphics.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
.mg-baselines line {
opacity: 1;
shape-rendering: crispEdges;
stroke: #ccc;
stroke-width: 1;
stroke: #909090;
stroke-width: 0.5;
}

.mg-baselines text {
Expand Down Expand Up @@ -234,8 +234,8 @@
.mg-markers line {
opacity: 1;
shape-rendering: crispEdges;
stroke: #ccc;
stroke-width: 1;
stroke: #909090;
stroke-width: 0.5;
}

.mg-markers text {
Expand Down

0 comments on commit 5b47468

Please sign in to comment.