div#siteheader {
text-align: center;
color: white;
- //background-color: #36373B;
background-color: rgb(118, 20, 7);
font-size:40px;
font-weight: bold;
}
td.sensorstatus{
- height:42px;
+ height:50px;
text-align:center;
vertical-align:middle;
display:table-cell;
- background-color:#f2f2f2;
+ background-color: rgb(255, 246, 243);
}
div.sensorelem {
border-top:1px solid #333;
margin-top:0;
margin-bottom:6px;
- background-color:#f2f2f2;
+ background-color: rgb(255, 246, 243);
}
img.gplusactor {
margin-left:2px;