From 7d86a174331b379c1e7d8cc926721c14a01bf8fc Mon Sep 17 00:00:00 2001 From: gdetrez Date: Fri, 1 Jun 2007 12:30:39 +0200 Subject: [PATCH] =?UTF-8?q?Changements=20lors=20de=20la=20mise=20=C3=A0=20?= =?UTF-8?q?jour=20du=20wiki?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit darcs-hash:20070601103039-f46e9-66e6d270fa80e51debe1d273c4b5ee62f9b7370a.gz --- wiki/static/common/boxes/boxes.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/wiki/static/common/boxes/boxes.css b/wiki/static/common/boxes/boxes.css index 0d73487d..ad1968db 100644 --- a/wiki/static/common/boxes/boxes.css +++ b/wiki/static/common/boxes/boxes.css @@ -42,7 +42,7 @@ Copyright (c) 2006 by www.crans.org padding: 0 0 0 35px; text-align: center; } -.boxhead h4 { +.boxhead h3 { background:transparent url(sbhead-r-orange.png) no-repeat top right; border:none; margin: 0; @@ -74,23 +74,23 @@ Copyright (c) 2006 by www.crans.org .orange_box .boxhead h4 {background-image: url(sbhead-r-orange.png);} .blue_box .boxhead {background-image: url(sbhead-l-blue.png);} -.blue_box .boxhead h4 {background-image: url(sbhead-r-blue.png);} +.blue_box .boxhead h3 {background-image: url(sbhead-r-blue.png);} .black_box .boxhead {background-image: url(sbhead-l-black.png);} -.black_box .boxhead h4 {background-image: url(sbhead-r-black.png);} +.black_box .boxhead h3 {background-image: url(sbhead-r-black.png);} .green_box .boxhead {background-image: url(sbhead-l-green.png);} -.green_box .boxhead h4 {background-image: url(sbhead-r-green.png);} +.green_box .boxhead h3 {background-image: url(sbhead-r-green.png);} .red_box .boxhead {background-image: url(sbhead-l-red.png);} -.red_box .boxhead h4 {background-image: url(sbhead-r-red.png);} +.red_box .boxhead h3 {background-image: url(sbhead-r-red.png);} .gray_box .boxhead {background-image: url(sbhead-l-gray.png);} -.gray_box .boxhead h4 {background-image: url(sbhead-r-gray.png);} +.gray_box .boxhead h3 {background-image: url(sbhead-r-gray.png);} /* on est oblige de mettre des clear aux titres pour respecter une certaine cohérence */