diff options
author | Dan McGee <dan@archlinux.org> | 2010-05-17 16:43:07 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-05-17 16:43:07 -0500 |
commit | bf7f97ec03c2e5d0f03e1d104bbfbab526071133 (patch) | |
tree | dbb59c4c878160921ccb6064872b930a3ca3b13b | |
parent | f5ac1bf3aef2ccd960cd44ac84fa45f08a1ff278 (diff) |
Front page refinements
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r-- | templates/public/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/public/index.html b/templates/public/index.html index 37a2f768..09239bde 100644 --- a/templates/public/index.html +++ b/templates/public/index.html @@ -8,7 +8,7 @@ {% block content_left %} <div id="intro" class="box"> - <h2>A simple, lightweight GNU/Linux distribution</h2> + <h2>A simple, lightweight distribution</h2> <p>You've reached the website for <strong>Arch Linux</strong>, a lightweight and flexible Linux® distribution that tries to Keep It @@ -56,7 +56,7 @@ <form id="pkgsearch-form" method="get" action="/packages/"> <fieldset> <p>Package Search: <input id="pkgsearch-field" - type="text" name="q" size="20" maxlength="200" /></p> + type="text" name="q" size="18" maxlength="200" /></p> </fieldset> </form> |