Don't indent first p.

This commit is contained in:
tastytea 2022-03-21 21:50:08 +01:00
parent 84ed650ceb
commit df9dbe40e5
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 5 additions and 0 deletions

View File

@ -83,6 +83,11 @@ p
margin: 0.5em auto;
}
p:first-of-type
{
text-indent: 0;
}
/* No indent for <b> tags and whatnot. */
p *
{