authorgravatar for kappaloris@gmail.comLoris Cro <kappaloris@gmail.com> 2022-08-23 15:48:35+02:00
committergravatar for noreply@github.comGitHub <noreply@github.com> 2022-08-23 15:48:35+02:00
log102a6e9e9c8dd3fd69ad454c4d1b9eecabab7415
treece9dbdaac2e7d8fb1edb4d47ad8474c96e592173
parent13e502b89b5d23a3f98675f4c5c9b4c819705bfb
parent51b2aa16438bccda8b05a07ea3b1c32021731c12
signaturebadge-question-mark Signed by PGP key 4AEE18F83AFDEB23

Merge pull request #12481 from alichraghi/patch-1

docs: add padding between functions list

1 files changed, 4 insertions(+), 0 deletions(-)

lib/docs/index.html+4
......@@ -352,6 +352,10 @@
352352 box-shadow: inset 0 -0.2em 0 #c6cbd1;
353353 cursor: default;
354354 }
355
356 #listFns > div {
357 padding-bottom: 10px;
358 }
355359
356360 #listFns dt {
357361 font-family: var(--mono);