forked from nutomic/joinpeertube
Fix background URL
This commit is contained in:
parent
dd91b4107c
commit
be320a57d0
1 changed files with 7 additions and 7 deletions
|
@ -63,7 +63,7 @@ p {
|
||||||
|
|
||||||
/* Sections background */
|
/* Sections background */
|
||||||
body {
|
body {
|
||||||
background: #211F20 url('/network.png') top center no-repeat;
|
background: #211F20 url('../network.png') top center no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .content .container {
|
body .content .container {
|
||||||
|
@ -87,7 +87,7 @@ body .medias .container {
|
||||||
}
|
}
|
||||||
|
|
||||||
.medias {
|
.medias {
|
||||||
background-image: url('/player-peertube-flou.jpg');
|
background-image: url('../player-peertube-flou.jpg');
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
padding-top: 30px;
|
padding-top: 30px;
|
||||||
padding-bottom: 50px;
|
padding-bottom: 50px;
|
||||||
|
@ -96,21 +96,21 @@ body .medias .container {
|
||||||
}
|
}
|
||||||
|
|
||||||
.install {
|
.install {
|
||||||
background: #737373 url('/network-o.png') top center;
|
background: #737373 url('../network-o.png') top center;
|
||||||
background-image: url('/player-peertube-flou.jpg');
|
background-image: url('../player-peertube-flou.jpg');
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
.getting-started {
|
.getting-started {
|
||||||
background: #F1680D url('/network-o.png') center center;
|
background: #F1680D url('../network-o.png') center center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.why {
|
.why {
|
||||||
background: #F1680D url('/network.png') center center;
|
background: #F1680D url('../network.png') center center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.how-it-works {
|
.how-it-works {
|
||||||
background: #737373 url('/network-o.png') center center;
|
background: #737373 url('../network-o.png') center center;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Navbar */
|
/* Navbar */
|
||||||
|
|
Loading…
Reference in a new issue