fixed font styling
[psensor.git] / www / style.css
index 7cf7161..94a9854 100644 (file)
@@ -2,15 +2,13 @@ body {
     padding: 1em 1em 1em 1em;
     font-family: "Ubuntu", sans-serif;
     font-size: 100%;
+    font-style: normal;
+    font-weight: normal;
     color: #000;
     background-color: #fff;
     margin: 0 0 0 0;
 }
 
-body div {
-    background-color: #fff;
-}
-
 a {
     color: #1982D1;
     font-style: normal;
@@ -28,6 +26,8 @@ h1 {
 }
 
 #footer {
+    font-style: normal;
+    font-weight: normal;
     padding-top: 2em;
     color: #666;
     clear: both;
@@ -42,21 +42,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;
 }
@@ -65,8 +62,15 @@ th, td {
     padding: 4px 4px 4px 4px;
 }
 
+th {
+    font-style: normal;
+    font-weight: normal;
+}
+
 .chart {
     color: #000;
+    font-style: normal;
+    font-weight: normal;
 }
 
 ul {
@@ -91,4 +95,9 @@ ul li ul li {
     width: 80%;
     padding: 0 0 0 0;
     margin: 0 0em 0 0;
+}
+
+em {
+    font-weight: bold;
+    font-style: normal;
 }
\ No newline at end of file