Saturday, April 23, 2005

Adjusting line spacing

This is how you change it so your lines are closer together or farther apart

Find in your template under "posts" under the CSS area, and look for the following lines:

.post div {
margin:0 0 .75em;
line-height:1.6em;
}

Adjust the value of line-height. And you're set!