Merge branch 'resolution_to_factor'
[HTML5TV.git] / www / hcalendar.css
1 .vevent {
2         background: #eee;
3         margin: 2em;
4         padding: 1em;
5 }
6
7 .vevent .organiser {
8         font-size: 110%;
9         font-style: italic;
10 }
11
12 .vevent .summary {
13         font-size: 120%;
14         font-weight: bold;
15 }
16
17 .vevent .description {
18         margin-top: 1em;
19 }