Subversion Repositories Applications.reseau

Compare Revisions

Ignore whitespace Rev 35 → Rev 36

/trunk/pages/presentation/defaut.css
1,24 → 1,20
#haut {
height: 100px;
/*border: solid red 1px;*/
}
 
.tranche {
padding-top: 32px;
padding-bottom: 32px;
/*border: solid red 1px;*/
min-height: 250px;
}
.tranche:nth-child(even) {
/*background-color: #e9e6de;*/
background-color: #E7E9D3;
}
.tranche:nth-child(odd) {
/*background-color: #ffffff;*/
background-color: #f8f8f8;
}
.tranche.majeure {
background-color: #eeeeff;
background-color: #f0f0f1;
height: 400px;
}
 
25,7 → 21,6
.mie {
margin: auto;
width: 650px;
/*border: solid red 1px;*/
}
.tranche:nth-child(even) .mie {
text-align : right;
40,12 → 35,10
.dessin {
width: 180px;
height : 180px;
/*border: solid red 1px;*/
}
.dessin img {
width: 180px;
height : 180px;
/*border: solid red 1px;*/
}
.tranche:nth-child(even) .dessin {
float: left;
74,7 → 67,6
font-size: 18px;
width : 400px;
display: inline-block;
/*border: solid red 1px;*/
text-align: left;
}
.tranche.majeure .laius {