A Technical Question...
You may have noticed that the text on this here blog is getting squishier-- a bug in the Blogger CSS has caused it to move to a squeezed, single-spaced line instead of its usual spacious...whatever it was. Blogger made the following announcement on its "Known Issues"/"Dashboard" page:
The line spacing of your post may become more condensed after using a blockquote.
Update, 6/5: This has been fixed in the master copies of the blog widget and the template CSS. If you have changed either on your blog, you may not get the fix. To fix this yourself, find the .post p { line in your CSS and move the line-height line into a new .post {} CSS block.
See? Now that I've used that block quote, the text has gone squishy. My question is this, and I throw it out to those of you who use Blogger, or who are more techno-savvy than I:
Do you know what any of the above means?
I went to my template page, as well as several Blogger help pages, and it's hard for me to translate what they're saying. I have never made template changes on my blog, so I'm not sure why it didn't just fix when Blogger seems to have fixed it. I'm happy to go in myself, but I'm not sure what a ".post p {" line is, and don't want to mess it up. It doesn't look horrible, but it bugs me (to pardon the pun).
Anyone have any advice on what to do?
Comments
On the dummy post I surrounded the second paragraph with open and closed "div"s and the other two with open and closed "p"s.