From 67986b03fa08ae5acd2841b3e02be082af16bd7e Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sat, 23 Feb 2013 15:25:59 +0100 Subject: [PATCH] Fix logo size Also, always include the text "Hydra" in the navbar. --- src/root/layout.tt | 7 +++---- src/root/static/css/hydra.css | 3 ++- 2 files changed, 5 insertions(+), 5 deletions(-) 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