cleanup, data of the monitor page refreshed automaticly (not using page refresh)
[psensor.git] / www / style.css
index d2075ac..885996c 100644 (file)
@@ -38,21 +38,18 @@ p {
 
 table {
        text-align: left;
-       width: 100%;
        padding-left: 8px;
        padding-right: 8px;
 }
 
 thead {
-    background-color: #aea79f;
-    color: #ffffff;
-    font-weight: bold;
+    background-color: #000;
+    color: #fff;
     padding-top: 4px;
     padding-bottom: 4px;
 }
 
 tbody {
-    color: #333333;
     padding-top: 4px;
     padding-bottom: 4px;
 }
@@ -61,6 +58,11 @@ th, td {
     padding: 4px 4px 4px 4px;
 }
 
+th {
+    font-style: normal;
+    font-weight: normal;
+}
+
 .chart {
     color: #000;
 }