This stylesheet floats the mini-calendars right and eliminates the space above them. It's intended to work with the stylesheet in Calendar.Calendar, which bumps the upcoming-events list to the right by a corresponding amount.
- calfloat { float:left; width:210px; margin:1em; padding:0; }
- calfloat table.pmcal { width:100%; }
- calfloat p.vspace { display:none; }
Anger and Reclaiming your Power
This stylesheet works with the one defined in Calendar.GroupHeader.
The GroupHeader styles float the mini-calendars to the left, fixing them at 210px wide.
The styles in Calendar make pmcal's "daytextlink" headings have a 240px left margin, so they don't overlap with the calendars.
span.pmcaldaytextlink a { border-bottom:1px red dotted; margin-left:240px; }