Mercurial > hg > rc1
view plugins/calendar/skins/classic/print.iehacks.css @ 43:771f6803cc4b default tip
somehow lost the correctly updated metadata so e.g. 'mail' package wasn't being imported
author | Charlie Root |
---|---|
date | Sun, 26 Jan 2025 13:13:49 -0500 |
parents | f6fe4b6ae66a |
children |
line wrap: on
line source
/* CSS hacks for IE 6/7 */ #calendar { top: 5em; } .calwidth { width: 172mm; } .fc-header-title h2 { font-size: 16px; } #calendarlist li { float: none; padding: 0; margin-left: 1em; } @media print { #calendar { top: 0; } }