Files
cardsforscience/css/style.css
T
2014-08-02 17:05:19 +02:00

24 lines
263 B
CSS

body {
padding: 80px 0;
}
#detector {
cursor: pointer;
margin: 0 auto;
}
.bar rect {
fill: steelblue;
shape-rendering: crispEdges;
}
.bar text {
fill: #fff;
}
.axis path, .axis line {
fill: none;
stroke: #000;
shape-rendering: crispEdges;
}