[Moin-user] Modifying MonthCalendar
Nir Soffer
nirs at actcom.net.il
Tue Sep 13 08:36:15 EDT 2005
On 13 Sep, 2005, at 17:36, Hiers, Richard wrote:
> Latest News
>
>
> Blog Entry 1
> Blah blah blah.
>
> Blog Entry 2
> Blah blah blah.
>
> I want my blog entry titles to be smaller than "Latest News" and
> "Latest
> News" is H1. But if I make the Blog entries H2, then the little
> tooltip
> on MonthCalendar that show the preview titles on dates with pages does
> not show anything.
You can include the blog entries on a sub page, and include the sub
page in the front page inside a table:
= Latest News =
Blah...
||<tableclass="blog-entries"> [[Include(BlogEntries)]] ||
Now in your theme screen.css, add the the style for the table:
.blog-entries h2 {font-size: 1.3em;} /* map h2 to h3 size */
.blog-entries td {border: none;}
Best Regards,
Nir Soffer
More information about the Moin-user
mailing list