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:10:25 UTC

[steve] branch asf-site-build updated: Update steve.css

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 9d689be  Update steve.css
9d689be is described below

commit 9d689be96bb543f9e61693683fe78d97b1365c1d
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Sun Apr 3 12:10:23 2022 +0200

    Update steve.css
---
 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 e621223..1fdf91b 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(/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(/images/logo-bright.png);
     background-size: 100px;
     background-repeat: no-repeat;
     background-position: 5px 5px;