start refactoring calculator logic

This commit is contained in:
Quincy Larson
2015-06-15 18:00:13 -07:00
parent 6c33d4bf78
commit 6b909d8f59
2 changed files with 127 additions and 152 deletions

View File

@@ -1121,6 +1121,34 @@ hr {
}
}
// Calculator styles
#income, #calculate {
visibility:hidden;
}
#four p{
font-size: .6em;
color: black;
}
.chart rect {
fill: steelblue;
}
.chart text {
fill: #121401;
font: 13px sans-serif;
text-anchor: end;
}
.axis path,
.axis line {
fill: none;
stroke: #121401;
stroke-width: 2px;
shape-rendering: crispEdges;
}
//uncomment this to see the dimensions of all elements outlined in red
//* {
// border-color: red;