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

@ -419,6 +419,7 @@ textarea.vLargeTextField {
width: 90%;
margin-left: 5%;
margin-right: 5%;
margin-bottom: 1%;
background-color: #fff;
border: 2px solid #ddd;
text-align: left;

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>

View file

@ -125,4 +125,3 @@
<?php endif; ?>
</form>
</div>
<br />