diff options
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> |