Hi
This might be very stupid but I'm banging my head against the wall here.
I'm using Thematic with the Crystalline childtheme. I just can not get a bottom-margin into my content paragraphs. Using Firebug, the HTML code is:
<p style="margin: 0in 0in 0pt; text-align: justify;" class="MsoNormal">
</p>
and the styles are:
element.style {
margin-bottom:0;
margin-left:0;
margin-right:0;
margin-top:0;
text-align:justify;
}
and in typography.css on line 26: (which is overwritten by the above code)
p {
margin-bottom:18px;
All I want to do is to have some white space between paragraphs.
Please help!