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?
Do you have any custom css? Also, can you send me copies of the source html of the squish?
I have not done any custom css that I am aware of. I have emailed the source to your profile address.
Both sites are now working correctly.
i've never used the css version of the site and i have no custom css. nor do i know how.
tiggy--good catch. We totally didn't bring that over. I'm not even sure there's a reason why.
amy--do you have yours saved? I can go ahead and delete?
ND--I sure didn't do anything yet. The HTML you sent me looked just fine in my browser. I got nothing. It may be taking people a couple refreshes--cached versions of the css file, perhaps.