Skip to content

Commit 5843b63

Browse files
committed
Made the space after lists the same as the space before.
1 parent 2a03614 commit 5843b63

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

resources/web/styles.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,11 +249,13 @@
249249
#guide ul {
250250
list-style: disc;
251251
padding-left: 2em;
252+
margin-bottom: 10px;
252253
}
253254

254255
#guide ol {
255256
list-style: decimal;
256257
padding-left: 2em;
258+
margin-bottom: 10px;
257259
}
258260

259261
#guide li ol {

0 commit comments

Comments
 (0)