fixed font styling
authorJean-Philippe Orsini <jeanfi@gmail.com>
Tue, 13 Sep 2011 10:34:41 +0000 (10:34 +0000)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Tue, 13 Sep 2011 10:34:41 +0000 (10:34 +0000)
refresh div to 5s

www/monitor.html
www/style.css

index 1764194..d196dcb 100644 (file)
@@ -3,6 +3,10 @@
     <meta charset="utf-8">
     <title>Psensor Server Monitoring</title>
 
+    <link type="text/css"
+         rel="stylesheet"
+href="http://fonts.googleapis.com/css?family=Ubuntu:regular,bold&subset=Latin">
+
     <link type="text/css" href="style.css" rel="stylesheet" /> 
     <script type="text/javascript" src="jquery.js"></script>
     <script type="text/javascript" src="psensor.js"></script>
@@ -15,7 +19,7 @@
                        setInterval(function() {
                                update_summary_sensors();
                                update_summary_sysinfo();
-                       }, 1000);
+                       }, 5000);
                });
          
 
index 885996c..94a9854 100644 (file)
@@ -2,6 +2,8 @@ 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;
@@ -24,6 +26,8 @@ h1 {
 }
 
 #footer {
+    font-style: normal;
+    font-weight: normal;
     padding-top: 2em;
     color: #666;
     clear: both;
@@ -65,6 +69,8 @@ th {
 
 .chart {
     color: #000;
+    font-style: normal;
+    font-weight: normal;
 }
 
 ul {