Skip to content

Commit 9e777d7

Browse files
committed
add styles for the details block; add styles for the result role on the details block
1 parent 73c794f commit 9e777d7

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/css/doc.css

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,8 @@
172172
.doc .sidebarblock,
173173
.doc .verseblock,
174174
.doc .quoteblock,
175-
.doc .partintro {
175+
.doc .partintro,
176+
.doc details {
176177
margin: 1rem 0 0;
177178
}
178179

@@ -485,14 +486,16 @@
485486
margin-top: 0;
486487
}
487488

488-
.doc .exampleblock > .content {
489+
.doc .exampleblock > .content,
490+
.doc details.result > .content {
489491
background: var(--example-background);
490492
border: 0.25rem solid var(--example-border-color);
491493
border-radius: 0.5rem;
492494
padding: 0.75rem;
493495
}
494496

495-
.doc .exampleblock > .content > :first-child {
497+
.doc .exampleblock > .content > :first-child,
498+
.doc details.result > .content > :first-child {
496499
margin-top: 0;
497500
}
498501

0 commit comments

Comments
 (0)