From 884e38569bd1a62e23769470094b934a791f3958 Mon Sep 17 00:00:00 2001 From: nicosomb Date: Mon, 8 Apr 2013 11:03:41 +0200 Subject: [PATCH] =?UTF-8?q?le=20div=20d'un=20lien=20poch=C3=A9=20s'adapte?= =?UTF-8?q?=20en=20hauteur=20si=20le=20titre=20est=20trop=20long?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 604b3728c..fa12eaf00 100644 --- a/css/style.css +++ b/css/style.css @@ -64,7 +64,7 @@ header { position:relative; background-color: #ffffff; padding: 15px; - height: 6em; + min-height: 6em; -webkit-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: 0px 0px 2px -1px #000;