Subversion Repositories Applications.bazar

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
39 florian 1
#bazar_applette_calendrier .navi {
2
        font-size: 6px;
3
        text-align: left;
4
}
5
 
6
 
7
#bazar_applette_calendrier table.calendar td {
8
        height: 4em;
9
        width: 20%;
10
        font-size: 6px;
11
}
12
 
13
#bazar_applette_calendrier table.calendar th {
14
        display:none;
15
}
16