I am trying to increase the line spacing in the main text of my post. I went into the CSS editor and added the line "lineheight:1.5em;" (without quotations) into several different places one at a time including into this section...
body {
background:#fff url("images/top.gif") repeat-x;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:15px;
color:#222;
padding:0;
margin:0;
}
and this section....
#content {
float:left;
width:850px;
}
Both times it increased the line spacing of the side bar but not the line spacing of the text in the posts. I am using the Journalist on Safari. Here is a link http://canyoneeringblog.com/
Thanks in advance