mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
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:
parent
03edceff50
commit
46da96ff04
3 changed files with 2 additions and 3 deletions
|
@ -419,6 +419,7 @@ textarea.vLargeTextField {
|
||||||
width: 90%;
|
width: 90%;
|
||||||
margin-left: 5%;
|
margin-left: 5%;
|
||||||
margin-right: 5%;
|
margin-right: 5%;
|
||||||
|
margin-bottom: 1%;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border: 2px solid #ddd;
|
border: 2px solid #ddd;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
|
|
@ -1,9 +1,8 @@
|
||||||
|
|
||||||
<!-- End of main content -->
|
<!-- End of main content -->
|
||||||
<br />
|
|
||||||
<?php
|
<?php
|
||||||
if ($ver) {
|
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>
|
</div>
|
||||||
|
|
|
@ -125,4 +125,3 @@
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
<br />
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue