log shows only temperatures

This commit is contained in:
Senad Uka
2016-12-30 17:14:08 +01:00
parent f52bcbeb14
commit c51755b96a
7 changed files with 18 additions and 19 deletions

View File

@@ -10,6 +10,10 @@
display: none;
}
.no-bullets {
list-style-type: none;
}
.huge_text {
font-size: 2.5em;
}
@@ -47,3 +51,10 @@
.clickable {
cursor:pointer;
}
.sensorData {
color: #101010;
font-family: 'PT Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 14px;
}