From 65198244cad6f2c3668e1f91a5068809bf09e84a Mon Sep 17 00:00:00 2001 From: Olivier DOSSMANN Date: Wed, 9 Nov 2011 11:21:17 +0100 Subject: [PATCH] =?UTF-8?q?[IMP]=20Am=C3=A9lioration=20de=20l'apparence=20?= =?UTF-8?q?des=20titres=20H2=20et=20H3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style/bicolore_avec_menu.css | 4 ++-- style/bicolore_sans_menu.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/style/bicolore_avec_menu.css b/style/bicolore_avec_menu.css index 79b4350..61583ce 100644 --- a/style/bicolore_avec_menu.css +++ b/style/bicolore_avec_menu.css @@ -27,7 +27,7 @@ padding: 5px; } h2 { -width: 80%; +width: 94%; padding-left: 2%; margin-left: 1%; color: #000000; @@ -39,7 +39,7 @@ border-radius: 10px; } h3 { -width: 80%; +width: 92%; padding-left: 3%; margin-left: 1%; color: #000000; diff --git a/style/bicolore_sans_menu.css b/style/bicolore_sans_menu.css index d7ad308..3dd236f 100644 --- a/style/bicolore_sans_menu.css +++ b/style/bicolore_sans_menu.css @@ -27,7 +27,7 @@ padding: 5px; } h2 { -width: 80%; +width: 94%; padding-left: 2%; margin-left: 1%; color: #000000; @@ -39,7 +39,7 @@ border-radius: 10px; } h3 { -width: 80%; +width: 92%; padding-left: 3%; margin-left: 1%; color: #000000;