diff options
author | Jesús <heckyel@hyperbola.info> | 2019-02-05 15:10:14 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-02-05 15:10:14 -0500 |
commit | f9df2cac8056c5507ee6e6458da13bb21accc023 (patch) | |
tree | 102d3a513b23a79002eef29a44293fc4c04403a1 | |
parent | abc39612bf7b8ef0bf2ef8bc6f773e9d175b9e6c (diff) | |
download | cl-theme-f9df2cac8056c5507ee6e6458da13bb21accc023.tar.lz cl-theme-f9df2cac8056c5507ee6e6458da13bb21accc023.tar.xz cl-theme-f9df2cac8056c5507ee6e6458da13bb21accc023.zip |
fix syntax
-rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -61,9 +61,9 @@ <div class="column is-6 is-offset-3"> <div class="box has-background-black-ter"> <div class="field has-addons"> - <div class="control is-expanded"> + <form class="control is-expanded"> <input class="input has-text-centered" type="search" placeholder="» » » » » » find me « « « « « «"> - </div> + </form> <div class="control"> <a class="button is-dark">Search</a> </div> |