From: Jean-Philippe Orsini Date: Tue, 13 Sep 2011 10:34:41 +0000 (+0000) Subject: fixed font styling X-Git-Tag: v0.8.0.5~665 X-Git-Url: https://git.wpitchoune.net/gitweb/?p=psensor.git;a=commitdiff_plain;h=0ce2ed9d67aa62568602e80efdccf6f97e4001dc fixed font styling refresh div to 5s --- diff --git a/www/monitor.html b/www/monitor.html index 1764194..d196dcb 100644 --- a/www/monitor.html +++ b/www/monitor.html @@ -3,6 +3,10 @@ Psensor Server Monitoring + + @@ -15,7 +19,7 @@ setInterval(function() { update_summary_sensors(); update_summary_sysinfo(); - }, 1000); + }, 5000); }); diff --git a/www/style.css b/www/style.css index 885996c..94a9854 100644 --- a/www/style.css +++ b/www/style.css @@ -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 {