Files
cardsforscience/css/style.css
T
2014-08-02 15:25:49 +02:00

25 lines
291 B
CSS

body {
padding-top: 100px;
}
#Detector img {
border-radius: 10px;
cursor: pointer;
width: 200px;
}
.bar rect {
fill: steelblue;
shape-rendering: crispEdges;
}
.bar text {
fill: #fff;
}
.axis path, .axis line {
fill: none;
stroke: #000;
shape-rendering: crispEdges;
}