new pictures with 550px as width, used in iframed mode

This commit is contained in:
Frédéric Péters 2007-12-30 17:27:45 +00:00
parent 9579205236
commit d987a12a7f
8 changed files with 24 additions and 4 deletions

BIN
theme/bg-annonces-550.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

BIN
theme/bg-services-550.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

BIN
theme/img-annonce-550.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

BIN
theme/img-service-550.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

View File

@ -395,7 +395,7 @@ div#droite {
#rub_consultation{
background:url(img-consultation.jpg) left top no-repeat;
padding:110px 0 0 ;
padding:110px 0 0 0;
margin:0 0 0 185px;
}

View File

@ -3,15 +3,35 @@
html { height: auto; }
body { background-image: none; }
div#main-content { text-align: left; }
#rub_service, #rub_consultation, #rub_annonce {
margin: auto;
padding: 0px;
background-image: none;
}
#rub_service {
background-image: url(img-service-550.jpg);
}
#rub_service h2 {
background-image: url(bg-services.gif);
background-image: url(bg-services-550.gif);
width: auto;
}
#rub_consultation {
background-image: url(img-consultation-550.jpg);
}
#rub_consultation h2 {
background-image: url(bg-consultations-550.gif);
width: auto;
}
#rub_annonce {
background-image: url(img-annonce-550.jpg);
}
#rub_annonce h2 {
background-image: url(bg-annonces-550.gif);
width: auto;
}