From f191f42220f6dc210db7bc1aa0e425a18894ce9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Sat, 2 Sep 2017 21:21:58 +0200 Subject: [PATCH] Remove logo-wide from custom theme docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- developer_manual/core/theming.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/developer_manual/core/theming.rst b/developer_manual/core/theming.rst index b526d27a3..8a4eb9102 100644 --- a/developer_manual/core/theming.rst +++ b/developer_manual/core/theming.rst @@ -91,8 +91,7 @@ If you want to do a quick exchange like (1) it's important to know the size of t The (main) pictures that can be found inside Nextcloud standard theming are the following: -* The logo at the login-page above the credentials-box: …/nextcloud/themes/default/core/img/logo.svg -* The logo that's always in the left upper corner after login: …/nextcloud/themes/default/core/img/logo-wide.svg +* The logo at the login-page above the credentials-box and in the header: …/nextcloud/themes/default/core/img/logo.svg Inserting your new logo -----------------------