From f90d56937697ad3709fa15bdf3526f679d84ef60 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Wed, 23 May 2012 13:33:06 -0400 Subject: Remove all traces of "pgboxtitle" Using a div container to format heading is ridiculous. Use "

" instead. Signed-off-by: Lukas Fleischer Signed-off-by: canyonknight --- web/html/account.php | 2 +- web/html/addvote.php | 2 +- web/html/index.php | 4 +--- web/html/passreset.php | 4 +--- web/html/pkgsubmit.php | 4 +--- 5 files changed, 5 insertions(+), 11 deletions(-) (limited to 'web/html') diff --git a/web/html/account.php b/web/html/account.php index f17ba48c..5c793be2 100644 --- a/web/html/account.php +++ b/web/html/account.php @@ -13,7 +13,7 @@ html_header(__('Accounts')); # Main page processing here # echo "
\n"; -echo "
".__("Accounts")."
\n"; +echo "

".__("Accounts")."

\n"; echo "
\n"; $action = in_request("Action"); diff --git a/web/html/addvote.php b/web/html/addvote.php index 4b6c5b5e..fe0047fa 100644 --- a/web/html/addvote.php +++ b/web/html/addvote.php @@ -82,7 +82,7 @@ if ($atype == "Trusted User" || $atype == "Developer") {
-
+

diff --git a/web/html/index.php b/web/html/index.php index 21de99d6..cf569741 100644 --- a/web/html/index.php +++ b/web/html/index.php @@ -17,9 +17,7 @@ $dbh = db_connect(); ?>

-
-AUR -
+

AUR

diff --git a/web/html/passreset.php b/web/html/passreset.php index 98aa685d..2651c98a 100644 --- a/web/html/passreset.php +++ b/web/html/passreset.php @@ -85,9 +85,7 @@ html_header(__("Password Reset")); ?>

-
- -
+

-
- -
+

-- cgit v1.2.3-24-g4f1b