Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/71dcd623f7229640ed13552dda58c17ad9764e8c You should set ROOT_URL correctly, otherwise the web may not work correctly.

Keeping things on the screen now

pull/4/head
Mark McDowall 12 years ago
parent 2ebd94fdd1
commit 71dcd623f7

@ -19,6 +19,10 @@
color: #333;
}
a#logo:hover {
text-decoration: none;
}
.page {
width: 980px;
margin: auto;

@ -33,7 +33,7 @@
<div id="in-nav">
<div class="container">
<div class="row">
<a id="logo" href="index.html">
<a id="logo" href="/">
<h4>Nzb<strong>Drone</strong></h4>
</a>
</div>
@ -66,7 +66,9 @@
</div>
<div class="span12" id="notification-region" />
</div>
<div class="row" id="main-region"></div>
<div class="row">
<div class="span12" id="main-region"></div>
</div>
</div>
</div>
</div>

Loading…
Cancel
Save