diff options
author | canyonknight <canyonknight@gmail.com> | 2012-05-23 19:52:19 +0200 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2012-07-06 11:26:30 +0200 |
commit | 13b892e923b09e1f26d752b1e96a7fdf295a6a56 (patch) | |
tree | cc05b522936436161fd37e5bc615c54b2a4a9e3c /web/html | |
parent | 1b0b989fa17becd00fd52d52c48cfa20997bb1e8 (diff) | |
download | aur-13b892e923b09e1f26d752b1e96a7fdf295a6a56.tar.gz aur-13b892e923b09e1f26d752b1e96a7fdf295a6a56.tar.xz |
Overhaul account pages to match archweb
* Use CSS from archweb
* General clean-up of XHTML formatting
Signed-off-by: canyonknight <canyonknight@gmail.com>
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'web/html')
-rw-r--r-- | web/html/account.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/web/html/account.php b/web/html/account.php index 5c793be2..63c3ada4 100644 --- a/web/html/account.php +++ b/web/html/account.php @@ -12,9 +12,8 @@ html_header(__('Accounts')); # Main page processing here # -echo "<div class=\"pgbox\">\n"; +echo "<div class=\"box\">\n"; echo " <h2>".__("Accounts")."</h2>\n"; -echo " <div class=\"pgboxbody\">\n"; $action = in_request("Action"); @@ -158,7 +157,6 @@ if (isset($_COOKIE["AURSID"])) { } } -echo " </div>"; echo "</div>"; html_footer(AUR_VERSION); |