img changes

This commit is contained in:
Jamie.Rees 2016-12-20 08:28:56 +00:00
commit f9b0a1f958
15 changed files with 34 additions and 34 deletions

View file

@ -137,9 +137,9 @@ header {
width: 100%;
min-height: auto;
overflow-y: hidden;
background: url("../img/bg-pattern.png"), @theme-secondary; /* fallback for old browsers */
background: url("../img/bg-pattern.png"), -webkit-linear-gradient(to left, @theme-secondary , @theme-tertiary); /* Chrome 10-25, Safari 5.1-6 */
background: url("../img/bg-pattern.png"), linear-gradient(to left, @theme-secondary , @theme-tertiary); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
background: url("..img/bg-pattern.png"), @theme-secondary; /* fallback for old browsers */
background: url("..img/bg-pattern.png"), -webkit-linear-gradient(to left, @theme-secondary , @theme-tertiary); /* Chrome 10-25, Safari 5.1-6 */
background: url("..img/bg-pattern.png"), linear-gradient(to left, @theme-secondary , @theme-tertiary); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
color: white;
.header-content {
text-align: center;
@ -286,7 +286,7 @@ section.cta {
position: relative;
.background-cover;
background-position: center;
background-image: url('../img/bg-cta.jpg');
background-image: url('..img/bg-cta.jpg');
padding: 250px 0;
.cta-content {
position: relative;