mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-09 02:06:56 +00:00
Keeping things on the screen now
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user