Bring version footer in with the rest of the site body.

Add a bottom margin to pgbox blocks.

Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
Loui Chang 2009-01-23 15:05:46 -05:00
parent 03edceff50
commit 46da96ff04
3 changed files with 2 additions and 3 deletions

View file

@ -1,9 +1,8 @@
<!-- End of main content -->
<br />
<?php
if ($ver) {
print "<p style=\"text-align: right; font-size: 14px;\"><b>$ver</b></p>\n";
echo "<p class=\"pgbox\" style=\"text-align: right; font-size: 14px;\"><b>$ver</b></p>\n";
}
?>
</div>