mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
Merge pull request #469 from nextcloud/improve-style
Improve search style and add link to Changelog
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>
|
||||
|
||||
@@ -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
|
||||
=================================
|
||||
|
||||
Reference in New Issue
Block a user