Start with a change suggested here
.post p, .post-body {
margin:0 0 .75em;}
line-height:1.6em;
This would take care of the spacing issue. But you gotta do something more to make it work! e.g. to be able to paste a code snippet, I added this
.post pre {
margin:0 0 .75em;}
line-height:1.6em;
font:1em/1.2em monospace;
font-size:medium;
color: #003300;
Voila!
I have not applied this fix in THIS blog. So you can see what I am talking about!!
No comments:
Post a Comment