Fix a few list styling issues
This commit is contained in:
parent
e859cc9a4a
commit
75665e3203
2 changed files with 4 additions and 0 deletions
|
|
@ -218,6 +218,7 @@
|
|||
(td ,name)
|
||||
(td
|
||||
(ul
|
||||
(@ (class "list-unstyled"))
|
||||
,@(map
|
||||
(match-lambda
|
||||
((type . versions)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue