mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
img
This commit is contained in:
parent
f9b0a1f958
commit
427e7314ca
1 changed files with 3 additions and 3 deletions
|
@ -156,11 +156,11 @@ header {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-height: auto;
|
min-height: auto;
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
background: url("..img/bg-pattern.png"), $head-primary;
|
background: url("img/bg-pattern.png"), $head-primary;
|
||||||
/* fallback for old browsers */
|
/* fallback for old browsers */
|
||||||
background: url("..img/bg-pattern.png"), -webkit-linear-gradient(to left, $head-primary, $head-secondary);
|
background: url("img/bg-pattern.png"), -webkit-linear-gradient(to left, $head-primary, $head-secondary);
|
||||||
/* Chrome 10-25, Safari 5.1-6 */
|
/* Chrome 10-25, Safari 5.1-6 */
|
||||||
background: url("..img/bg-pattern.png"), linear-gradient(to left, $head-primary, $head-secondary);
|
background: url("img/bg-pattern.png"), linear-gradient(to left, $head-primary, $head-secondary);
|
||||||
/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
|
/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
|
||||||
color: white;
|
color: white;
|
||||||
.header-content {
|
.header-content {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue