Subversion Repositories Applications.bazar

Compare Revisions

Ignore whitespace Rev 18 → Rev 19

/trunk/presentations/styles/calendrier.css
34,10 → 34,6
line-height: 1.2em;
}
 
/*
* These attributes apply to the cells that correspond to the days
* already past in the current month.
*/
td.previous_month {
background: #B1BB7E;
}
46,18 → 42,15
color: #000000;
}
 
/*
* These attributes apply to the cells that correspond to the future
* days in the current month.
*/
td.current_month {
background: #BFB07E;
}
 
/*
* These attributes apply to the cells that correspond to days in the
* previous or next month of the current month
*/
td.current_day {
background: #BFBFBF;
}
 
 
td.other_month {
background: #eeeeee;
}