summaryrefslogtreecommitdiffstats
path: root/web/template/footer.php
diff options
context:
space:
mode:
authorLoui Chang <louipc.ist@gmail.com>2009-01-23 21:05:46 +0100
committerLoui Chang <louipc.ist@gmail.com>2009-01-23 21:05:46 +0100
commit46da96ff042b1c83038eb7f369620e6f0778dd5c (patch)
tree1c9800563896b525468477e44c1d10c92ba34690 /web/template/footer.php
parent03edceff501224df4ac268781fef9e1aef8e21ea (diff)
downloadaur-46da96ff042b1c83038eb7f369620e6f0778dd5c.tar.gz
aur-46da96ff042b1c83038eb7f369620e6f0778dd5c.tar.xz
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>
Diffstat (limited to 'web/template/footer.php')
-rw-r--r--web/template/footer.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/web/template/footer.php b/web/template/footer.php
index fe8f89cd..b7fcb200 100644
--- a/web/template/footer.php
+++ b/web/template/footer.php
@@ -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>