From dffd804c5a985be38df25ba21f9702b7e41d6aaa Mon Sep 17 00:00:00 2001 From: Henri Queneau <henri.queneau@maarch.org> Date: Thu, 10 Dec 2015 16:23:48 +0000 Subject: [PATCH] FIX #3161 reduce the logo --- core/trunk/install/view/includes/header.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/trunk/install/view/includes/header.php b/core/trunk/install/view/includes/header.php index 59dd7b02122..84a31476dc3 100755 --- a/core/trunk/install/view/includes/header.php +++ b/core/trunk/install/view/includes/header.php @@ -34,5 +34,5 @@ </h2> </div> <div class="logo"> - <img src="img/logo.png" height="90px" /> + <img src="img/logo.png" height="70px" /> </div> -- GitLab