pkg-build: tweak format of summary page
This commit is contained in:
parent
f98a912e0c
commit
aff4391d92
|
@ -47,8 +47,8 @@
|
||||||
(define docs (hash-ref ht 'docs))
|
(define docs (hash-ref ht 'docs))
|
||||||
(define author (hash-ref ht 'author))
|
(define author (hash-ref ht 'author))
|
||||||
(define conflicts-log (hash-ref ht 'conflicts-log))
|
(define conflicts-log (hash-ref ht 'conflicts-log))
|
||||||
(tr (td pkg)
|
(tr (td pkg
|
||||||
(td author)
|
(div class: "author" author))
|
||||||
(td (if (null? docs)
|
(td (if (null? docs)
|
||||||
""
|
""
|
||||||
(list
|
(list
|
||||||
|
@ -116,6 +116,7 @@
|
||||||
.go { background-color: #ccffcc }
|
.go { background-color: #ccffcc }
|
||||||
.stop { background-color: #ffcccc }
|
.stop { background-color: #ffcccc }
|
||||||
.yield { background-color: #ffffcc }
|
.yield { background-color: #ffffcc }
|
||||||
|
.author { font-size: small; font-weight: normal; }
|
||||||
.annotation { font-size: small }
|
.annotation { font-size: small }
|
||||||
}|))
|
}|))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user