people: Fix broken assets URLs
Related: https://pagure.io/fedora-infrastructure/issue/12051
This commit is contained in:
parent
84b71edf51
commit
ca64df8b20
2 changed files with 7 additions and 7 deletions
|
@ -13,7 +13,7 @@ body
|
||||||
{
|
{
|
||||||
height: 100%;
|
height: 100%;
|
||||||
font-size: 76%;
|
font-size: 76%;
|
||||||
background: #FFFFFF url(//fedoraproject.org/static/images/border-left.png) 0 0 repeat-y;
|
background: #FFFFFF url(//apps.fedoraproject.org/global/legacy-static/images/border-left.png) 0 0 repeat-y;
|
||||||
}
|
}
|
||||||
|
|
||||||
a img
|
a img
|
||||||
|
@ -26,7 +26,7 @@ a img
|
||||||
margin-left: 18px;
|
margin-left: 18px;
|
||||||
font: normal 2.3ex/1.5 sans-serif;
|
font: normal 2.3ex/1.5 sans-serif;
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
background: #FFFFFF url(//fedoraproject.org/static/images/border-right.png) 100% 0 repeat-y;
|
background: #FFFFFF url(//apps.fedoraproject.org/global/legacy-static/images/border-right.png) 100% 0 repeat-y;
|
||||||
padding-right: 18px;
|
padding-right: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -34,14 +34,14 @@ a img
|
||||||
{
|
{
|
||||||
border-top: 10px solid #337ACC;
|
border-top: 10px solid #337ACC;
|
||||||
padding: 1ex 2ex 17px;
|
padding: 1ex 2ex 17px;
|
||||||
background: #FFFFFF url(//fedoraproject.org/static/images/line.png) 0 100% repeat-x;
|
background: #FFFFFF url(//apps.fedoraproject.org/global/legacy-static/images/line.png) 0 100% repeat-x;
|
||||||
}
|
}
|
||||||
|
|
||||||
#head h1 a
|
#head h1 a
|
||||||
{
|
{
|
||||||
display: block;
|
display: block;
|
||||||
text-indent: -9999px;
|
text-indent: -9999px;
|
||||||
background: url(//fedoraproject.org/static/images/fedora-logo.png) 20px 50% no-repeat;
|
background: url(//apps.fedoraproject.org/global/legacy-static/images/fedora-logo.png) 20px 50% no-repeat;
|
||||||
height: 73px;
|
height: 73px;
|
||||||
width: 175px;
|
width: 175px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
@ -94,7 +94,7 @@ a img
|
||||||
font: normal 1.5ex/1.5 sans-serif;
|
font: normal 1.5ex/1.5 sans-serif;
|
||||||
clear: both;
|
clear: both;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background: #FFFFFF url(//fedoraproject.org/static/images/line-bottom.png) 0 0 repeat-x;
|
background: #FFFFFF url(//apps.fedoraproject.org/global/legacy-static/images/line-bottom.png) 0 0 repeat-x;
|
||||||
margin: -90px 0 0;
|
margin: -90px 0 0;
|
||||||
border-bottom: 10px solid #337ACC;
|
border-bottom: 10px solid #337ACC;
|
||||||
height: 80px;
|
height: 80px;
|
||||||
|
@ -103,7 +103,7 @@ a img
|
||||||
|
|
||||||
#bottom
|
#bottom
|
||||||
{
|
{
|
||||||
background: #FFFFFF url(//fedoraproject.org/static/images/border-right.png) 100% 0 repeat-y;
|
background: #FFFFFF url(//apps.fedoraproject.org/global/legacy-static/images/border-right.png) 100% 0 repeat-y;
|
||||||
margin-left: 18px;
|
margin-left: 18px;
|
||||||
padding-right: 18px;
|
padding-right: 18px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -47,7 +47,7 @@
|
||||||
|
|
||||||
.nav ul
|
.nav ul
|
||||||
{
|
{
|
||||||
list-style: url(//fedoraproject.org/static/images/arrow.png);
|
list-style: url(//apps.fedoraproject.org/global/legacy-static/images/arrow.png);
|
||||||
margin-left: 15px;
|
margin-left: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue