ECToo / wp-constructor

Automatically exported from code.google.com/p/wp-constructor
0 stars 0 forks source link

Paragraph spacing #99

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. How do I remove the automatic little bit of spacing on the first line of 
text in each page? Surely just another CSS modification, thank you for hleping 
me remove the dates!
2.
3.

What version of the ... are you using?
1. Wordpress:3.0
2. Constructor:
3. PHP:
4. Browser:IE
5. OS:

What URL of your blog(s)?
1. http://

Please provide any additional information below.

Original issue reported on code.google.com by davidkan...@gmail.com on 22 Jul 2010 at 5:46

GoogleCodeExporter commented 9 years ago
CSS rule:

.hentry .entry p{
    text-indent:0px !important;
}

Original comment by AntonShe...@gmail.com on 2 Aug 2010 at 10:57