diff options
author | Wu Cheng-Han | 2015-06-01 18:04:25 +0800 |
---|---|---|
committer | Wu Cheng-Han | 2015-06-01 18:04:25 +0800 |
commit | f7f8c901f4bc39c3ed0a2bdfe1cbaa1ee6957999 (patch) | |
tree | 1bb09442906fa8e258c670c87491c64b6de27e68 /public/index.html | |
parent | 4e64583a0b6175d2c9a6729ffde1472dd55d389c (diff) |
Marked as 0.2.9
Diffstat (limited to '')
-rw-r--r-- | public/index.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/public/index.html b/public/index.html index c52b8ec3..2eb76ddc 100644 --- a/public/index.html +++ b/public/index.html @@ -81,8 +81,8 @@ </div> <hr> <form class="form-inline"> - <div class="form-group"> - <input class="form-control ui-use-tags" style="width:172px;" /> + <div class="form-group" style="vertical-align: bottom;"> + <input class="form-control ui-use-tags" style="min-width:172px;max-width:344px;" /> </div> <div class="form-group"> <input class="search form-control" placeholder="Search anything..." /> @@ -188,6 +188,8 @@ <!-- Placed at the end of the document so the pages load faster --> <script src="/js/fb.js" async defer></script> <script src="//code.jquery.com/jquery-1.11.3.min.js" defer></script> + <script src="/vendor/greensock-js/TweenMax.min.js" defer></script> + <script src="/vendor/greensock-js/jquery.gsap.min.js" defer></script> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js" defer></script> <script src="/vendor/select2/select2.min.js" defer></script> <script src="/vendor/js.cookie.js" defer></script> |