Mercurial > public > sg101
diff gpp/templates/search/search.html @ 279:879d39647064
Added the text class to the search input box to let blueprints css style it. Fixed invalid HTML problem with the forum last post info tag.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 03 Oct 2010 00:28:23 +0000 |
parents | d424b8bae71d |
children | 88b2b9cb8c1f |
line wrap: on
line diff
--- a/gpp/templates/search/search.html Sun Oct 03 00:26:42 2010 +0000 +++ b/gpp/templates/search/search.html Sun Oct 03 00:28:23 2010 +0000 @@ -6,7 +6,7 @@ <form method="get" action="."> <table> <tr> - <td><input type="text" name="q" id="id_q" size="48" /></td> + <td><input type="text" name="q" id="id_q" size="48" class="text" /></td> <td><input type="submit" value="Search" /></td> </tr> </table>