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>

View File

@@ -2,10 +2,12 @@
Release Notes
=============
Changes in Nextcloud 12
-----------------------
Changes in Nextcloud |version|
------------------------------
.. TODO ON RELEASE: Update version number above on release
A detailed log of all changes can be found in the official `Changelog
<https://nextcloud.com/changelog/>`_. There are also all current and previous
versions linked.
Updates to Nginx configuration
==============================
@@ -21,8 +23,8 @@ Updates to Nginx configuration
* The GZip configuration for Nginx was updated. See :doc:`installation/nginx`
for details.
Q & A
-----
Common questions
----------------
Could not install core app bundle
=================================