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;
}
|
The previous solution is more general and reliable. Explicit class where you want a specific indent is better and a search should find the things that need the new class.