We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73c794f commit 9e777d7Copy full SHA for 9e777d7
src/css/doc.css
@@ -172,7 +172,8 @@
172
.doc .sidebarblock,
173
.doc .verseblock,
174
.doc .quoteblock,
175
-.doc .partintro {
+.doc .partintro,
176
+.doc details {
177
margin: 1rem 0 0;
178
}
179
@@ -485,14 +486,16 @@
485
486
margin-top: 0;
487
488
-.doc .exampleblock > .content {
489
+.doc .exampleblock > .content,
490
+.doc details.result > .content {
491
background: var(--example-background);
492
border: 0.25rem solid var(--example-border-color);
493
border-radius: 0.5rem;
494
padding: 0.75rem;
495
496
-.doc .exampleblock > .content > :first-child {
497
+.doc .exampleblock > .content > :first-child,
498
+.doc details.result > .content > :first-child {
499
500
501
0 commit comments