You can simply add the line height to get the quickest results eg:
.page_body_content_left_column {
line-height: 200%; /*new line added*/
float: left;
width: 170px;
}
nb: this works in Firefox - should work in IE but not able to test on the lfy
.page_body_content_left_column {
line-height: 200%; /*new line added*/
float: left;
width: 170px;
}
nb: this works in Firefox - should work in IE but not able to test on the lfy
Comment