Fix a few list styling issues

This commit is contained in:
Christopher Baines 2020-01-02 21:18:42 +00:00
parent e859cc9a4a
commit 75665e3203
2 changed files with 4 additions and 0 deletions

View file

@ -218,6 +218,7 @@
(td ,name)
(td
(ul
(@ (class "list-unstyled"))
,@(map
(match-lambda
((type . versions)

View file

@ -223,6 +223,7 @@
"License"
"Licenses"))
(dd (ul
(@ (class "list-inline"))
,@(map (lambda (license)
`(li (a (@ (href ,(assoc-ref license "uri")))
,(assoc-ref license "name"))))
@ -292,6 +293,7 @@
(td
,@(if (and file (not (string-null? file)))
`((ul
(@ (class "list-unstyled"))
,@(map
(match-lambda
((id label url cgit-url-base)
@ -1406,6 +1408,7 @@ figure {
`((td
,@(if (and file (not (string-null? file)))
`((ul
(@ (class "list-unstyled"))
,@(map
(match-lambda
((id label url cgit-url-base)