No, that's fine. If it's the same here as it was there then it's not a bug. The second line thing is probably going to stay--the other problem can be addressed with some tweaks to your personal css file to a look you prefer.
How do I do that?
eta: I'm sorry if that's a stupid question, but I was busy at work and had no internet at home for two days, and I have no idea what is going on with the css stuff.
Going to buffistas.org I see the board the way Sean just posted, if I go to www.buffistas.org it is working fine.
I've got everything squished to the left and in one column, too.
edit: And I haven't played with anything regarding css in ten years.
one thing that's missing for me is a link back to Buffistas Home at the bottom of the page.
Okay--there is now an "Edit personal css" link on the left hand side. Various objects onscreen have identfiers, and you can change their appearances by specifying it in your css file.
For the quotes in posts, the tag you're modifying is
t cite
.
My modification, for instance, looks like this:
cite {
padding: 5px 5px 5px 25px;
margin: 25px;
background: url("/images/l_quote.png") no-repeat top left;
}
If you want to change your font size, you'll be doing something like
cite {
font-size:16px
}
You can also try percentages, like 120% and see what that does for you.
Going to buffistas.org I see the board the way Sean just posted, if I go to www.buffistas.org it is working fine.
Interesting. Are you logged in at both?
Okay--for people seeing two versions:
Do you have any custom css? Also, can you send me copies of the source html of the squish?