We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a15205f commit 9efa4a4Copy full SHA for 9efa4a4
1 file changed
default.css
@@ -61,16 +61,11 @@
61
/* Paragraphs and Lists */
62
/******************************************************************************/
63
64
- p,
65
- div.note,
66
- div.issue,
67
- details.why {
+ p {
68
margin: 1em 0;
69
}
70
dd > p:first-child,
71
- li > p:first-child,
72
- .note > p:first-child,
73
- .issue > p:first-child {
+ li > p:first-child {
74
margin-top: 0;
75
76
@@ -393,6 +388,17 @@
393
388
border-right-style: solid;
394
389
395
390
391
+ div.issue,
392
+ div.note,
+ div.example,
+ details.why {
+ margin: 1em auto;
396
+ }
397
+ .note > p:first-child,
398
+ .issue > p:first-child, {
399
+ margin-top: 0;
400
401
+
402
/** Open issue ****************************************************************/
403
/* not intended for CR+ publication */
404
0 commit comments