diff --git a/app/static/css/screen-dark.css b/app/static/css/screen-dark.css
index f48b0a6ea..427bab958 100644
--- a/app/static/css/screen-dark.css
+++ b/app/static/css/screen-dark.css
@@ -37,7 +37,7 @@ nav { font-family: sans-serif}
border: 1px solid #aacbe2; }
.error { background: #f0d6d6; padding: 0.5em; }
-.logo { filter: invert(1); vertical-align: center; width="20" height="20"; }
+.logo { filter: invert(1); vertical-align: middle; width="20" height="20"; }
.wikilink:before {
content: "[["
@@ -49,14 +49,15 @@ nav { font-family: sans-serif}
.navigation {
width: 100%;
- vertical-align: center;
+ vertical-align: middle;
+ height: 30px;
}
.navigation-item {
}
.mini-cli {
- width: 28%;
+ width: 530px;
}
.node, .context, .stoa {
diff --git a/app/templates/base.html b/app/templates/base.html
index 5b2e3acfd..53278a582 100644
--- a/app/templates/base.html
+++ b/app/templates/base.html
@@ -29,7 +29,7 @@
-
+