*** empty log message ***
diff --git a/index4.php b/index4.php
index dbf6978..4d55c58 100644
--- a/index4.php
+++ b/index4.php
@@ -69,17 +69,18 @@
</div>
</div>
- <div id="rightcolumn">
+<div id="rightcolumn">
<div class="sideitem">
<h6>Dashboard</h6>
<div align="center">
- <?= $projectInfo->dashboard_liveness() ?> <?= $projectInfo->dashboard_bugs_lights() ?>
+ <font size="+1"><?= $projectInfo->dashboard_liveness() ?></font><br/>
+ <?= $projectInfo->dashboard_bugs_lights() ?><br/>
<?= $projectInfo->dashboard_news_lights() ?>
</div>
</div>
- </div>
- </div>
+</div>
+
<?php
# Paste your HTML content between the EOHTML markers!
$html = ob_get_contents();