Skip to content

Commit 7f758ab

Browse files
committed
Tweak bottom margins for collapsed/expanded blocks
1 parent cecd4f7 commit 7f758ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_stylesheets/docs.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,13 +193,14 @@ details {
193193
box-shadow: 2px 2px 2px #8a8a8a;
194194
cursor: pointer;
195195
margin-top: 0.8em;
196+
margin-bottom: 1.5em;
196197
display: list-item;
197198
}
198199
details > div {
199200
border-radius: 0 0 5px 5px;
200201
background-color: #f9f9f9;
201202
padding: 4px 6px;
202-
margin: 0.5em 0.7em;
203+
margin: 0.5em 0.7em 1.5em 0.7em;
203204
box-shadow: 2px 2px 2px #8a8a8a;
204205
}
205206
#collapsibleButtonDiv {

0 commit comments

Comments
 (0)