Skip to content

Commit 12369d7

Browse files
committed
Whoops, meant div.issue, not div.error. Also added div.issue to another rule that needed it.
1 parent 10599ea commit 12369d7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css-module/default.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ h1 + h2 { margin-top: 0; }
3535

3636
h4 { margin-top: 4em; }
3737

38-
p, div.note, div.error {
38+
p, div.note, div.issue {
3939
margin-top: 1em;
4040
margin-bottom: 1em;
4141
}
4242

43-
dd > p:first-child, li > p:first-child, .note > p:first-child {
43+
dd > p:first-child, li > p:first-child, .note > p:first-child, .issue > p:first-child {
4444
margin-top: 0
4545
}
4646

0 commit comments

Comments
 (0)