grrr

So I’m off in some other part of the ‘net and I happen to notice another
pyBlosxom user and their calendar is *centered*. Now I says to myself:

bq. _WTF_

After scanning their page source I see the exact same thing I’ve tried
except for one small part

bq. .calendar {
margin-left: 10px;
margin-right: 10px;
}

Now I could have sworn I tried that earlier but maybe I combined one
change within another (breaking one of the testing prime directives) and
it didn’t “take”.

A quick stylesheet change later and I have my centered calendar - yea!

FYI: I only needed the *margin-left* entry.

Next on my hit-list is getting the textile input thingy to remove the
extra line-feeds that nano wants to put into the text file and only
honor the double-crlf’s that mark the paragraph.