Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/ac5296e0ab4b3e51ae03cd266db7a7f166992e41
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
6 additions and
10 deletions
@ -1,6 +1,6 @@
*
{
font-family : "Segoe UI" , " Segoe UI Light" , Tahoma , Geneva , sans-serif ;
font-family : "Segoe UI" , " Open Sans" , " Segoe UI Light" , sans-serif ;
}
body
@ -22,7 +22,7 @@ body
h1 , h2 , h3 , h4 , h5 , h6
{
font-family : "Segoe UI Light" , " Segoe UI" , Tahoma , Geneva , sans-serif ;
font-family : "Segoe UI Light" , " Open Sans" , "Segoe UI" , sans-serif ;
color : # 3C3C3C ;
font-weight : 300 ;
}
@ -84,7 +84,7 @@ hr
font-size : 21px ;
font-weight : normal ;
vertical-align : middle ;
font-family : "Segoe UI" , "Segoe UI Light" , Tahoma , Geneva , sans-serif ;
font-family : "Segoe UI" , "Open Sans" , "Segoe UI Light" , sans-serif ;
}
# menu a : hover
@ -113,7 +113,7 @@ hr
# logo
{
font-family : "Segoe UI Light" , " Segoe UI" , Tahoma , Geneva , sans-serif ;
font-family : "Segoe UI Light" , " Open Sans" , "Segoe UI" , sans-serif ;
font-weight : 100 ;
height : 135px ;
background : url ( images / header . jpg ) no-repeat left top ;
@ -1,9 +1,4 @@
body
{
/*font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; font-size:12px;*/
}
p , h1 , form , button
p , h1 , form , button
{
border : 0 ;
margin : 0 ;
@ -5,6 +5,7 @@
<head runat="server">
<link rel="SHORTCUT ICON" href="../../favicon.ico" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300' rel='stylesheet' type='text/css'>
@Html.IncludeCss("2011.3.1115/telerik.common.min.css")
@Html.IncludeCss("2011.3.1115/telerik.sitefinity.min.css")
@Html.IncludeCss("jQueryUI/jquery-ui-1.8.16.custom.css")