commit 51b2aa16438bccda8b05a07ea3b1c32021731c12 (tree)
parent f6459721e549e91858edc2e93de398e3e3cae45e
Author: Ali Chraghi <63465728+alichraghi@users.noreply.github.com>
Date: Thu, 18 Aug 2022 22:02:02 +0430
docs: add padding between functions list
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/lib/docs/index.html b/lib/docs/index.html
@@ -352,6 +352,10 @@
box-shadow: inset 0 -0.2em 0 #c6cbd1;
cursor: default;
}
+
+ #listFns > div {
+ padding-bottom: 10px;
+ }
#listFns dt {
font-family: var(--mono);