From ab5b48278ab0ccac132d1970f1e906893bb5252d Mon Sep 17 00:00:00 2001 From: Jack Pearkes Date: Mon, 28 Jul 2014 12:09:03 -0400 Subject: [PATCH] website: no repeat on background --- website/source/stylesheets/main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/website/source/stylesheets/main.css b/website/source/stylesheets/main.css index d72aa2c1a..95bd7f909 100644 --- a/website/source/stylesheets/main.css +++ b/website/source/stylesheets/main.css @@ -666,6 +666,7 @@ body.page-home #footer { background-image: url(../images/bg-galaxy.jpg); /* background-size:cover; */ background-position: 50% 50%; + background-repeat: no-repeat; opacity: 0; -webkit-transition: opacity 2s ease-out; -moz-transition: opacity 2s ease-out;