Skip to content

Commit

Permalink
update built libs
Browse files Browse the repository at this point in the history
  • Loading branch information
dchester committed Jan 21, 2013
1 parent 5b1ddbd commit 7ca32fd
Show file tree
Hide file tree
Showing 4 changed files with 354 additions and 135 deletions.
26 changes: 20 additions & 6 deletions rickshaw.css
Expand Up @@ -184,30 +184,36 @@
display: block; display: block;
z-index: 50; z-index: 50;
} }
.rickshaw_graph .y_axis { .rickshaw_graph .y_axis,
.rickshaw_graph .x_axis_d3 {
fill: none; fill: none;
} }
.rickshaw_graph .y_ticks .tick { .rickshaw_graph .y_ticks .tick,
.rickshaw_graph .x_ticks_d3 .tick {
stroke: rgba(0, 0, 0, 0.16); stroke: rgba(0, 0, 0, 0.16);
stroke-width: 2px; stroke-width: 2px;
shape-rendering: crisp-edges; shape-rendering: crisp-edges;
pointer-events: none; pointer-events: none;
} }
.rickshaw_graph .y_grid .tick { .rickshaw_graph .y_grid .tick,
.rickshaw_graph .x_grid_d3 .tick {
z-index: -1; z-index: -1;
stroke: rgba(0, 0, 0, 0.20); stroke: rgba(0, 0, 0, 0.20);
stroke-width: 1px; stroke-width: 1px;
stroke-dasharray: 1 1; stroke-dasharray: 1 1;
} }
.rickshaw_graph .y_grid path { .rickshaw_graph .y_grid path,
.rickshaw_graph .x_grid_d3 path {
fill: none; fill: none;
stroke: none; stroke: none;
} }
.rickshaw_graph .y_ticks path { .rickshaw_graph .y_ticks path,
.rickshaw_graph .x_ticks_d3 path {
fill: none; fill: none;
stroke: #808080; stroke: #808080;
} }
.rickshaw_graph .y_ticks text { .rickshaw_graph .y_ticks text,
.rickshaw_graph .x_ticks_d3 text {
opacity: 0.5; opacity: 0.5;
font-size: 12px; font-size: 12px;
pointer-events: none; pointer-events: none;
Expand Down Expand Up @@ -269,8 +275,16 @@
border-radius: 2px; border-radius: 2px;
} }
.rickshaw_legend .label { .rickshaw_legend .label {
margin: 0;
white-space: nowrap; white-space: nowrap;
display: inline; display: inline;
font-size: inherit;
background-color: transparent;
color: inherit;
font-weight: normal;
line-height: normal;
padding: 0px;
text-shadow: none;
} }
.rickshaw_legend .action:hover { .rickshaw_legend .action:hover {
opacity: 0.6; opacity: 0.6;
Expand Down

0 comments on commit 7ca32fd

Please sign in to comment.