From 64c6c65c3c179d69706859e1aaa4a5647f7bb20c Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Sun, 16 Jun 2013 21:10:03 +0200 Subject: Ajustement CSS pour les iframes (les vidéos Youtube débordent sinon MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/theme/global.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/theme/global.css b/public/theme/global.css index 258d84baf..ea83b4deb 100644 --- a/public/theme/global.css +++ b/public/theme/global.css @@ -50,6 +50,11 @@ img { border: none; } +/* IFRAME */ +iframe { + max-width: 100%; +} + /* FORMULAIRES */ legend { display: block; -- cgit v1.2.3