[panoramix] -> [dashed]

This commit is contained in:
Maxime Beauchemin
2016-03-17 23:44:58 -07:00
parent 8f4f5b126a
commit be6b2fe556
143 changed files with 17521 additions and 101 deletions

View File

@@ -0,0 +1,26 @@
.big_number g.axis text {
font-size: 10px;
font-weight: normal;
color: gray;
fill: gray;
text-anchor: middle;
alignment-baseline: middle;
font-weight: none;
}
.big_number text.big {
stroke: black;
text-anchor: middle;
fill: black;
}
.big_number g.tick line {
stroke-width: 1px;
stroke: grey;
}
.big_number .domain {
fill: none;
stroke: black;
stroke-width: 1;
}