[pmwiki-users] PmCal Text Sizing

Chris Cox ccox at airmail.net
Mon Jun 12 11:58:42 CDT 2006


Steve Rowe wrote:
> I've been using PmCal with PmCal-Mini.css with
> success:
> 
> http://www.bethlehemcommunitychurch.com/pmwiki/pmwiki.php/Calendar/Calendar
> 
> And now some users are asking for a Month-at-a-Glance
> view so I'm using PmCal.css:
> 
> http://www.bethlehemcommunitychurch.com/pmwiki/pmwiki.php/Calendar/BigCalendar
> 
> However, only today's events are legible and all the
> other days are microscopic.  How do I rectify this? I
> tried copying the css for pmcaltoday to pmcalday, but
> it had no affect.
> 
> I'm using PmWiki version 2.1.11 and PmCal 1.0rc8.
> 

Somehow you're getting some CSS probably from PmCal-Mini
still (just a guess though).

I think this might be the culprit

table.pmcal td.pmcalday * {
	font-size:0pt;
}

Adjust that and see what happens.




More information about the pmwiki-users mailing list