Mercurial > hg > rc1
comparison plugins/calendar/skins/larry/print.iehacks.css @ 3:f6fe4b6ae66a
calendar plugin nearly as distributed
author | Charlie Root |
---|---|
date | Sat, 13 Jan 2018 08:56:12 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
2:c828b0fd4a6e | 3:f6fe4b6ae66a |
---|---|
1 /* CSS hacks for IE 7 */ | |
2 | |
3 #calendar { | |
4 top: 5em; | |
5 } | |
6 | |
7 .calwidth { | |
8 width: 172mm; | |
9 } | |
10 | |
11 .fc-header-title h2 { | |
12 font-size: 16px; | |
13 } | |
14 | |
15 #calendarlist li { | |
16 float: none; | |
17 padding: 0; | |
18 margin-left: 1em; | |
19 } | |
20 | |
21 @media print { | |
22 #calendar { | |
23 top: 0; | |
24 } | |
25 } |