There's a new weblog item template available, called Weblog Item Full READONLY. It's the new default template for items on Weblog II pages, and fixes the usability bug we discussed yesterday (and looks much nicer, too).
You'll want to add this (or something like it) to your stylesheet:
.weblogItem {
padding-left: 2em;
}
.weblogItem .weblogItemTitle {
margin-left: -2em;
font-size: 110%;
}
.weblogMeta {
font-size: 85%;
}
Unfortunately, this new template makes part of the the Section 3 documentation (posting messages to your weblog) incorrect and/or irrelevant. I'll update that as soon as I can, probably tomorrow morning.
Comments are welcome, of course.