authorgravatar for 63465728+alichraghi@users.noreply.github.comAli Chraghi <63465728+alichraghi@users.noreply.github.com> 2022-08-18 22:02:02+04:30
committergravatar for noreply@github.comGitHub <noreply@github.com> 2022-08-18 22:02:02+04:30
log51b2aa16438bccda8b05a07ea3b1c32021731c12
tree93f3d490da2d239425289e85db8239d78406b2c4
parentf6459721e549e91858edc2e93de398e3e3cae45e
signaturebadge-question-mark Signed by PGP key 4AEE18F83AFDEB23

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);