change monitor page title
authorJean-Philippe Orsini <jeanfi@gmail.com>
Tue, 13 Sep 2011 10:39:56 +0000 (10:39 +0000)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Tue, 13 Sep 2011 10:39:56 +0000 (10:39 +0000)
min width of the table to 50% of the main div

www/monitor.html
www/style.css

index d03f212..54c8acb 100644 (file)
@@ -37,7 +37,7 @@ href="http://fonts.googleapis.com/css?family=Ubuntu:regular,bold&subset=Latin">
     </div>
       
     <div id="main">
-      <h1>Psensor Server Monitoring</h1>
+      <h1>System Monitoring</h1>
       
       <p><em>Uptime</em>: <span id='uptime'></span></p>
       
index 6722d82..652696e 100644 (file)
@@ -44,6 +44,7 @@ table {
        text-align: left;
        padding-left: 8px;
        padding-right: 8px;
+       min-width: 50%;
 }
 
 thead {