You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@steve.apache.org by hu...@apache.org on 2022/04/03 10:11:12 UTC

[steve] branch asf-site-build updated: fix path to theme

This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch asf-site-build
in repository https://gitbox.apache.org/repos/asf/steve.git


The following commit(s) were added to refs/heads/asf-site-build by this push:
     new 571a1b2  fix path to theme
571a1b2 is described below

commit 571a1b2862ea73a6a0b98c5877dad7230e317a50
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Sun Apr 3 12:11:07 2022 +0200

    fix path to theme
---
 theme/static/css/steve.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/theme/static/css/steve.css b/theme/static/css/steve.css
index 1fdf91b..3c82fbe 100644
--- a/theme/static/css/steve.css
+++ b/theme/static/css/steve.css
@@ -8,7 +8,7 @@ html, body {
 #main {
     width: 1200px;
     min-height: 100%;
-    background-image: url(/images/front-splash.png);
+    background-image: url(/theme/images/front-splash.png);
     background-position-y: 48px;
     background-repeat: no-repeat;
     margin: 0 auto;
@@ -21,7 +21,7 @@ html, body {
     text-align: right;
     width: calc(100% - 20px);
     margin-right: 20px;
-    background-image: url(/images/logo-bright.png);
+    background-image: url(/theme/images/logo-bright.png);
     background-size: 100px;
     background-repeat: no-repeat;
     background-position: 5px 5px;