Quote:
Originally Posted by readx
For me the use of p + p would be the easier solution
Code:
p {
text-indent: 0 !important;
}
p + p {
margin: 0 !important;
padding: 0;
widows: 1;
orphans: 1;
text-indent: 1em !important;
}
|
You don't need !important. Nothing is going to override your p that you cannot fix.