Dix indent for p *.

This commit is contained in:
tastytea 2021-07-11 22:47:20 +02:00
parent d7ba7b6492
commit 89d502ef20
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 6 additions and 0 deletions

View File

@ -37,6 +37,12 @@ p
margin: 0.5em auto; margin: 0.5em auto;
} }
/* No indent for <b> tags and whatnot. */
p *
{
text-indent: 0;
}
li p li p
{ {
text-indent: 0; text-indent: 0;