I am trying to format the text in the product detail description.

This is the css.

#productDescription .productGeneral .biggerText p{
line-height: 12px;
white-spacere-wrap;
text-align:left;
padding: 0px;
}

for the url http://www.stitchboutiqueboston.com/...e-shawl-p-164/

I can not seems format the text eliminating the extra space between the lines.


Using Firebug, there appears to be space in between each line but I cant figure out what is causing it.

TIA Tom