1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-11 18:32:50 +00:00

finished graph information

This commit is contained in:
2016-05-19 23:07:50 -05:00
parent b3da7be0b8
commit 5f988973c4
13 changed files with 319 additions and 156 deletions

View File

@@ -327,4 +327,12 @@ body.loading .modal {
input[readonly] {
background-color: white !important;
cursor: text !important;
}
.hide {
display: none;
}
.show {
display: inline;
}