]> git.ipfire.org Git - ipfire.org.git/commitdiff
index: Remove background image
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 26 Sep 2018 13:38:49 +0000 (14:38 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 26 Sep 2018 13:38:49 +0000 (14:38 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am
src/scss/style.scss
src/static/img/header-background.jpg [deleted file]

index c9c191230cf14562b4875febaf06ea6aed5984b6..d87dd982afeb2c1cad9ed3e9bec87985472651df 100644 (file)
@@ -208,7 +208,6 @@ static_images_DATA = \
        src/static/img/amex@2x.png \
        src/static/img/amex@3x.png \
        src/static/img/appliance-pro.png \
-       src/static/img/header-background.jpg \
        src/static/img/ipfire-tux.png \
        src/static/img/lightningwirelabs-logo.svg \
        src/static/img/mastercard.png \
index ae8f8d0703e1b66a8b144d6294b1275df3564138..372fa8936d459598bab798b83fe49133638696e0 100644 (file)
@@ -151,10 +151,6 @@ footer {
                padding-top: 6rem;
 
                min-height: 100vh;
-               background-image: url('img/header-background.jpg');
-               background-size: cover;
-               background-attachment: fixed;
-               background-position: center top;
                position: relative;
 
                .branding {
diff --git a/src/static/img/header-background.jpg b/src/static/img/header-background.jpg
deleted file mode 100644 (file)
index 46a5e9e..0000000
Binary files a/src/static/img/header-background.jpg and /dev/null differ