diff options
author | Jesús <heckyel@hyperbola.info> | 2019-02-05 15:52:57 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-02-05 15:52:57 -0500 |
commit | 5cd720e50a854b6184072ea7f33a540cf3baf077 (patch) | |
tree | 890599aa0393b29c217b30692693e60246c207f7 | |
parent | 274e71620c064ac39d51148b64bb20a9714e133b (diff) | |
download | cl-theme-5cd720e50a854b6184072ea7f33a540cf3baf077.tar.lz cl-theme-5cd720e50a854b6184072ea7f33a540cf3baf077.tar.xz cl-theme-5cd720e50a854b6184072ea7f33a540cf3baf077.zip |
fix form search
-rw-r--r-- | index.html | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -60,14 +60,12 @@ <!-- search form --> <div class="column is-6 is-offset-3"> <div class="box has-background-black-ter"> - <div class="field has-addons"> - <form class="control is-expanded"> + <form class="field has-addons"> + <div class="control is-expanded"> <input class="input has-text-centered" type="search" placeholder="» » » » » » find me « « « « « «"> - </form> - <div class="control"> - <a class="button is-dark">Search</a> </div> - </div> + <input class="button is-dark" name="submit" value="Search" type="submit"> + </form> </div> </div> <!-- end search form --> |