From: Michael Tremer Date: Wed, 26 Sep 2018 13:38:49 +0000 (+0100) Subject: index: Remove background image X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8ed0583cc653c4dbb78b5739e33fe86e97490e61;p=ipfire.org.git index: Remove background image Signed-off-by: Michael Tremer --- diff --git a/Makefile.am b/Makefile.am index c9c19123..d87dd982 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 \ diff --git a/src/scss/style.scss b/src/scss/style.scss index ae8f8d07..372fa893 100644 --- a/src/scss/style.scss +++ b/src/scss/style.scss @@ -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 index 46a5e9e2..00000000 Binary files a/src/static/img/header-background.jpg and /dev/null differ