mirror of
https://github.com/nextcloud/documentation.git
synced 2026-03-26 13:28:45 +07:00
Improve search style and add link to Changelog
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user