summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlvaro Herrera2008-04-23 23:17:51 +0000
committerAlvaro Herrera2008-04-23 23:17:51 +0000
commitb7e3921ca08befa1d0fd626159aa9005826150a2 (patch)
tree88ff8700fefdedfd4f8d6fa632ad2629ee4ad61a
parent7104f1a4c84c234472c0a5183d63ec71c6dd08ff (diff)
Remove pointless size attributes.
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2077 8f5c7a92-453e-0410-a47f-ad33c8a6b003
-rw-r--r--archives/html/includes/search_box.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/archives/html/includes/search_box.php b/archives/html/includes/search_box.php
index 9d33cd83..b3eeb91a 100644
--- a/archives/html/includes/search_box.php
+++ b/archives/html/includes/search_box.php
@@ -3,13 +3,13 @@
<table border="0" cellpadding="0" cellspacing="0" class="tblBasicGrey" width="590">
<tr>
- <td class="colFirstRT"><span style="font-size: 0.67em;">Search for</span></td>
+ <td class="colFirstRT">Search for</td>
<td class="colLast"><input type="text" name="q" size="30" value=""/> <input type="submit" value="Search!"/></td>
</tr>
<tr>
<td class="colFirstRT">&nbsp;</td>
- <td class="colLast" align="right"><span style="font-size: 0.67em;"><a href="http://search.postgresql.org/search?m=1">Advanced Search</a></span></td>
+ <td class="colLast" align="right"><a href="http://search.postgresql.org/search?m=1">Advanced Search</a></td>
</tr>
</table>