From d15bf3899a26f777a7738af0d2e9e1f3cf492858 Mon Sep 17 00:00:00 2001 From: Brian Flowers Date: Thu, 22 Sep 2016 13:23:45 -0400 Subject: [PATCH] Additional style adjustments to configure --- configure.php | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/configure.php b/configure.php index 3599af7..3481adc 100755 --- a/configure.php +++ b/configure.php @@ -40,6 +40,16 @@ { width: 3em; } + + tr + { + text-align: center; + } + + th + { + padding-top: 2em; + } @@ -69,7 +79,7 @@ while($host = $result->fetchArray(SQLITE3_ASSOC)) foreach ($hosts as $host) { echo " $host"; - echo ""; + echo ""; $result = $db_handle->query("SELECT DISTINCT attribute FROM MEASUREMENTS WHERE host='$host'"); $attributes = Array(); while($attribute = $result->fetchArray(SQLITE3_ASSOC)) -- 1.8.3.1