Skip to content

Commit 3e5a52f

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/update-stdlib-examples' into feature/highlight-syntax
2 parents ef13c57 + f946dde commit 3e5a52f

File tree

3 files changed

+618
-304
lines changed

3 files changed

+618
-304
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)