iframe mode for the agenda

This commit is contained in:
Frédéric Péters 2007-12-30 18:34:50 +00:00
parent d987a12a7f
commit 322893494d
3 changed files with 13 additions and 4 deletions

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -454,7 +454,7 @@ div#droite {
margin:0 0 0 185px;
padding:0 10px 0 0;
background:url(img-annonce.jpg) left top no-repeat;
padding:110px 0 0;
padding:110px 0 0 0;
}
#rub_annonce h2{
@ -478,7 +478,6 @@ div#droite {
color:#7dd100;
padding-left:2px;
margin:0.5em 2em 0.3em 0.5em;
height:15px;
}
#rub_annonce p{

View File

@ -4,7 +4,7 @@ html { height: auto; }
body { background-image: none; }
div#main-content { text-align: left; }
#rub_service, #rub_consultation, #rub_annonce {
#rub_service, #rub_consultation, #rub_annonce, #rub_agenda {
margin: auto;
}
@ -26,7 +26,7 @@ div#main-content { text-align: left; }
width: auto;
}
#rub_annonce {
#rub_annonce, #rub_agenda {
background-image: url(img-annonce-550.jpg);
}
@ -35,3 +35,13 @@ div#main-content { text-align: left; }
width: auto;
}
#rub_annonce h4 {
margin-right: 50px;
border-right: none;
}
#rub_agenda h2 {
background-image: url(bg-agenda-550.gif);
width: auto;
}