summaryrefslogtreecommitdiffstats
path: root/web/html/index.php
diff options
context:
space:
mode:
authorMichael Klier <chi@chimeric.de>2008-06-07 16:50:53 +0200
committerLoui Chang <louipc.ist@gmail.com>2008-06-07 20:46:55 +0200
commita410303e4cfbae7d55c78c73afcba091dd99dfac (patch)
treebd2eb7575c2ad8509b23a1d6929469705b26ec73 /web/html/index.php
parent7430933ffa4d552448959c863d1e88a1ffaafffc (diff)
downloadaur-a410303e4cfbae7d55c78c73afcba091dd99dfac.tar.gz
aur-a410303e4cfbae7d55c78c73afcba091dd99dfac.tar.xz
Remove obsolete inline CSS in index.php.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Diffstat (limited to 'web/html/index.php')
-rw-r--r--web/html/index.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/web/html/index.php b/web/html/index.php
index 895fc8af..54d60046 100644
--- a/web/html/index.php
+++ b/web/html/index.php
@@ -38,7 +38,7 @@ $result = db_query($q,$dbh);
# Table 2
print '<table class="boxSoft">';
print '<tr>';
-print '<th colspan="2" class="boxSoftTitle" style="text-align: right">';
+print '<th colspan="2" class="boxSoftTitle">';
print ' <a href="/rss2.php"><img src="/images/rss.gif"></a> <span class="f3">'.__("Recent Updates").' <span class="f5"></span></span>';
print '</th>';
print '</tr>';
@@ -51,7 +51,7 @@ while ($row = mysql_fetch_assoc($result)) {
print $row["Name"]." ".$row["Version"]."</a></span></span>";
print '</td>';
- print '<td class="boxSoft" style="text-align: right">';
+ print '<td class="boxSoft">';
# figure out the mod string
$mod_int = intval($row["ModifiedTS"]);
@@ -124,7 +124,7 @@ if (!empty($user)) {
print "<table class='boxSoft'>";
print "<tr>";
- print "<th colspan='2' class='boxSoftTitle' style='text-align: right'>";
+ print "<th colspan='2' class='boxSoftTitle'>";
print "<span class='f3'>".__("My Statistics")."</span>";
print "</th>";
print "</tr>";
@@ -168,7 +168,7 @@ if (!empty($user)) {
print "<table class='boxSoft'>";
print "<tr>";
-print "<th colspan='2' class='boxSoftTitle' style='text-align: right'>";
+print "<th colspan='2' class='boxSoftTitle'>";
print "<span class='f3'>".__("Statistics")."</span>";
print "</th>";
print "</tr>";