diff --git a/src/root/layout.tt b/src/root/layout.tt
index 7f388236..e9c3b56b 100644
--- a/src/root/layout.tt
+++ b/src/root/layout.tt
@@ -98,11 +98,10 @@
- [% IF logo == "" %]
- Hydra
- [% ELSE %]
+ [% IF logo != "" %]
- [% END %]
+ [% END %]
+ Hydra
[% PROCESS topbar.tt %]
diff --git a/src/root/static/css/hydra.css b/src/root/static/css/hydra.css
index d3fe5a17..624467bc 100644
--- a/src/root/static/css/hydra.css
+++ b/src/root/static/css/hydra.css
@@ -3,7 +3,8 @@ body {
}
.logo {
- height: 30px;
+ margin-top: -10px;
+ height: 25px;
}
th {