diff options
Diffstat (limited to 'bn_django/templates/base.html')
-rw-r--r-- | bn_django/templates/base.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bn_django/templates/base.html b/bn_django/templates/base.html index cee3641..63bdbda 100644 --- a/bn_django/templates/base.html +++ b/bn_django/templates/base.html @@ -20,7 +20,8 @@ <div class="right_stuff"> <form name="search"> <br/> -<input class="search_box" type="text" size="20" value=" search!" name="search_text" id="search_text" onFocus="if (this.value == this.defaultValue) this.value=''; return;" /> +<input class="search_box" type="text" size="21" value=" search!" name="search_text" id="search_text" onFocus="if (this.value == this.defaultValue) this.value=''; return;" /> +<br />style options # # # # <span class="righty"></span> </form> </div> |