Skip to content

Commit 9efa4a4

Browse files
committed
Fix margins regression
1 parent a15205f commit 9efa4a4

1 file changed

Lines changed: 13 additions & 7 deletions

File tree

default.css

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,16 +61,11 @@
6161
/* Paragraphs and Lists */
6262
/******************************************************************************/
6363

64-
p,
65-
div.note,
66-
div.issue,
67-
details.why {
64+
p {
6865
margin: 1em 0;
6966
}
7067
dd > p:first-child,
71-
li > p:first-child,
72-
.note > p:first-child,
73-
.issue > p:first-child {
68+
li > p:first-child {
7469
margin-top: 0;
7570
}
7671

@@ -393,6 +388,17 @@
393388
border-right-style: solid;
394389
}
395390

391+
div.issue,
392+
div.note,
393+
div.example,
394+
details.why {
395+
margin: 1em auto;
396+
}
397+
.note > p:first-child,
398+
.issue > p:first-child, {
399+
margin-top: 0;
400+
}
401+
396402
/** Open issue ****************************************************************/
397403
/* not intended for CR+ publication */
398404

0 commit comments

Comments
 (0)