summaryrefslogtreecommitdiffstats
path: root/templates/public
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2010-07-07 03:02:59 +0200
committerDan McGee <dan@archlinux.org>2010-07-07 03:02:59 +0200
commit5b2861f1f02d9bfbc189402f35687093c7322aa9 (patch)
tree1ba290a41070616069b8e3a55b65c44615a10a9a /templates/public
parent2d7bc3f322ee96a4a4e58c635ea67746bd28a810 (diff)
downloadarchweb-5b2861f1f02d9bfbc189402f35687093c7322aa9.tar.gz
archweb-5b2861f1f02d9bfbc189402f35687093c7322aa9.tar.xz
Make package search box look better with wider fonts
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/public')
-rw-r--r--templates/public/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/public/index.html b/templates/public/index.html
index 481e8a8..4f248fd 100644
--- a/templates/public/index.html
+++ b/templates/public/index.html
@@ -55,8 +55,8 @@
<form id="pkgsearch-form" method="get" action="/packages/">
<fieldset>
- <p>Package Search:&nbsp;&nbsp;<input id="pkgsearch-field"
- type="text" name="q" size="18" maxlength="200" /></p>
+ <label for="pkgsearch-field">Package Search:</label>
+ <input id="pkgsearch-field" type="text" name="q" size="18" maxlength="200" />
</fieldset>
</form>