More refactoring and features

This commit is contained in:
Colin McLeod
2015-05-04 18:31:34 -07:00
parent c5cdebc5a7
commit f4df56e34a
57 changed files with 1186 additions and 708 deletions

View File

@@ -69,11 +69,3 @@ u { // Unit (Mj, Km, etc)
cursor: pointer;
}
.expandable {
display: none;
&.expanded {
display: block;
}
}