Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/vm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hansson <github@hanssonit.se>2019-01-18 16:05:44 +0300
committerGitHub <noreply@github.com>2019-01-18 16:05:44 +0300
commit1305b456fcb2fc848cdf654531c45a7e207e30c8 (patch)
tree6aae329d49f404f52464977788c881b29d45257e /static/index.php
parent81004924e3a3bdc1d2bf746d29055c99d8072634 (diff)
update paths for logo and background
Diffstat (limited to 'static/index.php')
-rw-r--r--static/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/index.php b/static/index.php
index 4e50cbb7..59071fee 100644
--- a/static/index.php
+++ b/static/index.php
@@ -17,7 +17,7 @@
align: center;
text-align: center;
background: #0082c9; /* Old browsers */
- background-image: url('https://raw.githubusercontent.com/nextcloud/server/master/core/img/background.jpg');
+ background-image: url('https://raw.githubusercontent.com/nextcloud/server/master/core/img/background.png');
background-size: cover;
}
div.logotext {
@@ -25,7 +25,7 @@
margin: 0 auto;
}
div.logo {
- background-image: url('/nextcloud/core/img/logo.svg');
+ background-image: url('/nextcloud/core/img/logo/logo.svg');
background-repeat: no-repeat; top center;
width: 50%;
height: 25%;