From b4dd17c8c82979d168a395b76a268d099b49649f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Thu, 9 Jun 2011 14:49:48 +0000 Subject: [PATCH] Tweak CSS for img/logo. This makes it easy to choose a larger logo, while still occupying as much vertical space as the original logo. --- src/root/static/css/hydra.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/root/static/css/hydra.css b/src/root/static/css/hydra.css index 126190c2..79bbef58 100644 --- a/src/root/static/css/hydra.css +++ b/src/root/static/css/hydra.css @@ -5,7 +5,7 @@ body { } #logo img { - width: 8em; + height: 6em; } img {