internal links are automatically handled using NzbDrone.Router.navigate instead

of re-loading page.
This commit is contained in:
kay.one
2013-06-03 20:34:06 -07:00
parent 13cff22cf8
commit 2e3863895c
4 changed files with 31 additions and 14 deletions

View File

@@ -1,4 +1,6 @@
@import "bootstrap/bootstrap";
@import "bootstrap/variables";
@import "bootstrap/mixins";
@import "bootstrap/type";
.progress {
width: 125px;

View File

@@ -119,8 +119,9 @@
}
body {
background-color: #252525;
background-color: #1c1c1c;
background-image: url('../content/images/pattern.png');
margin-bottom: 100px;
p.sub {
color: #999999;
}