diff options
-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> |