Merge pull request #12481 from alichraghi/patch-1
docs: add padding between functions list
1 files changed, 4 insertions(+), 0 deletions(-)
lib
docs
lib/docs/index.html+4
| ... | @@ -352,6 +352,10 @@ | ... | @@ -352,6 +352,10 @@ |
| 352 | box-shadow: inset 0 -0.2em 0 #c6cbd1; | 352 | box-shadow: inset 0 -0.2em 0 #c6cbd1; |
| 353 | cursor: default; | 353 | cursor: default; |
| 354 | } | 354 | } |
| | 355 | |
| | 356 | #listFns > div { |
| | 357 | padding-bottom: 10px; |
| | 358 | } |
| 355 | | 359 | |
| 356 | #listFns dt { | 360 | #listFns dt { |
| 357 | font-family: var(--mono); | 361 | font-family: var(--mono); |