Improve search style and add link to Changelog

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke
2017-05-16 00:41:33 -05:00
parent de6d0181f7
commit 3b70f9d4cb
2 changed files with 8 additions and 6 deletions

View File

@@ -149,7 +149,7 @@
</div>
<div class="col-md-5 col-md-offset-1">
{% if theme_show_search %}
<form class="headersearch" style="margin-bottom:-3px;" action="{{ pathto('search') }}" method="get">
<form class="headersearch" style="margin: 16px 0;" action="{{ pathto('search') }}" method="get">
<input type="text" value="" name="q" id="q" class="form-control" />
<button class="btn btn-default" type="submit" id="searchsubmit">Search</button>
</form>