From: Brian Flowers Date: Thu, 22 Sep 2016 17:23:45 +0000 (-0400) Subject: Additional style adjustments to configure X-Git-Url: http://git.slightlycyberpunk.com%2C%20git.slightlycyberpunk.com/git/?a=commitdiff_plain;h=d15bf3899a26f777a7738af0d2e9e1f3cf492858;p=bdsm-web.git Additional style adjustments to configure --- 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))