diff options
author | Loui Chang <louipc.ist@gmail.com> | 2009-01-23 21:05:46 +0100 |
---|---|---|
committer | Loui Chang <louipc.ist@gmail.com> | 2009-01-23 21:05:46 +0100 |
commit | 46da96ff042b1c83038eb7f369620e6f0778dd5c (patch) | |
tree | 1c9800563896b525468477e44c1d10c92ba34690 | |
parent | 03edceff501224df4ac268781fef9e1aef8e21ea (diff) | |
download | aur-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>
-rw-r--r-- | web/html/css/arch.css | 1 | ||||
-rw-r--r-- | web/template/footer.php | 3 | ||||
-rw-r--r-- | web/template/pkg_search_form.php | 1 |
3 files changed, 2 insertions, 3 deletions
diff --git a/web/html/css/arch.css b/web/html/css/arch.css index 28ae1d20..42a66276 100644 --- a/web/html/css/arch.css +++ b/web/html/css/arch.css @@ -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; 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> diff --git a/web/template/pkg_search_form.php b/web/template/pkg_search_form.php index 90feb375..46242ff7 100644 --- a/web/template/pkg_search_form.php +++ b/web/template/pkg_search_form.php @@ -125,4 +125,3 @@ <?php endif; ?> </form> </div> -<br /> |