From 0596435126510b12284e7d23de7d211e7a287ba0 Mon Sep 17 00:00:00 2001
From: Luc Didry <luc@didry.org>
Date: Wed, 16 Sep 2015 21:49:10 +0200
Subject: [PATCH] Make IMAGE_TITRE responsive

---
 bandeaux.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bandeaux.php b/bandeaux.php
index 9f0e0732..404e8962 100644
--- a/bandeaux.php
+++ b/bandeaux.php
@@ -24,7 +24,7 @@ include_once __DIR__ . '/app/inc/init.php';
 function bandeau_titre($titre)
 {
     global $ALLOWED_LANGUAGES;
-    $img = ( IMAGE_TITRE ) ? '<img src="'. Utils::get_server_name(). IMAGE_TITRE. '" alt="'.NOMAPPLICATION.'">' : '';
+    $img = ( IMAGE_TITRE ) ? '<img src="'. Utils::get_server_name(). IMAGE_TITRE. '" alt="'.NOMAPPLICATION.'" class="img-responsive">' : '';
     echo '
     <header role="banner">';
     if(count($ALLOWED_LANGUAGES) > 1){
-- 
GitLab