Don't indent first p.
This commit is contained in:
parent
84ed650ceb
commit
df9dbe40e5
@ -83,6 +83,11 @@ p
|
||||
margin: 0.5em auto;
|
||||
}
|
||||
|
||||
p:first-of-type
|
||||
{
|
||||
text-indent: 0;
|
||||
}
|
||||
|
||||
/* No indent for <b> tags and whatnot. */
|
||||
p *
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user