mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 21:33:15 -07:00
img changes
This commit is contained in:
parent
220a185456
commit
f9b0a1f958
15 changed files with 34 additions and 34 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue