From 9c88645f90e6a764c7c6986fdbbc702ee99738c2 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Tue, 13 Sep 2011 10:39:56 +0000 Subject: [PATCH] change monitor page title min width of the table to 50% of the main div --- www/monitor.html | 2 +- www/style.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/www/monitor.html b/www/monitor.html index d03f212..54c8acb 100644 --- a/www/monitor.html +++ b/www/monitor.html @@ -37,7 +37,7 @@ href="http://fonts.googleapis.com/css?family=Ubuntu:regular,bold&subset=Latin">
-

Psensor Server Monitoring

+

System Monitoring

Uptime:

diff --git a/www/style.css b/www/style.css index 6722d82..652696e 100644 --- a/www/style.css +++ b/www/style.css @@ -44,6 +44,7 @@ table { text-align: left; padding-left: 8px; padding-right: 8px; + min-width: 50%; } thead { -- 2.7.4