Skip to content

Commit e0fdff7

Browse files
committed
add some spacing between <li>s
1 parent 51e20db commit e0fdff7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

css/style.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ nav > .play-cta { margin: 0; padding: 10px 20px; color: white; }
328328

329329
ul { display: block; margin-left: 2em; }
330330

331-
code { white-space: pre-wrap; font-family: "Inconsolata", "Monaco", "Consolas", "Ubuntu Mono", monospace; font-size: 0.9rem; }
331+
code { white-space: pre-wrap; font-family: "Inconsolata", "Monaco", "Consolas", "Ubuntu Mono", monospace; font-size: 0.9rem;}
332332

333333
strong { font-weight: 600; }
334334

@@ -351,6 +351,10 @@ td {
351351
margin-left: 0px;
352352
}
353353

354+
.arglist li {
355+
margin-top: 10px;
356+
}
357+
354358
.libitem {
355359
margin-bottom: 20px;
356360
}

0 commit comments

Comments
 (0)