source: trunk/prototype/modules/calendar/css/calendar_print.css @ 6996

Revision 6996, 371 bytes checked in by acoutinho, 12 years ago (diff)

Ticket #2966 - Merge de novas funcionalidades com trunk #2951, #2952

Line 
1
2                .title_print {
3                        font: 20px arial;
4                        color: #8EB2FF;
5                        margin: 0 0 15px 0;
6                        text-align: center;
7                }
8                .title_print img {
9                        margin: 3       px 0 0 0;
10                        width: 20px;
11                        height: 20px;
12                }
13                .month_day_print {
14                        font: 14px arial;
15                        display: block;
16
17                }
18                .calendar_list_print {
19                        list-style: none;
20
21                }
22                .calendar_item_print {
23                        font: 12px arial;
24                        margin: 3px;
25                }
Note: See TracBrowser for help on using the repository browser.