aboutsummaryrefslogtreecommitdiff
path: root/guix-qa-frontpage/view/util.scm
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2022-08-22 17:56:08 +0100
committerChristopher Baines <mail@cbaines.net>2022-09-03 09:30:58 +0100
commit52f7af8c2aac411d340a495a027c4ab452a18b39 (patch)
tree349705b21910696e006fa65a9146d2cf4d640654 /guix-qa-frontpage/view/util.scm
parent731e13d2a4dbef6b9bafc22a7bd29a77b38a6455 (diff)
downloadqa-frontpage-52f7af8c2aac411d340a495a027c4ab452a18b39.tar
qa-frontpage-52f7af8c2aac411d340a495a027c4ab452a18b39.tar.gz
Start trying to compare builds
Diffstat (limited to 'guix-qa-frontpage/view/util.scm')
-rw-r--r--guix-qa-frontpage/view/util.scm19
1 files changed, 18 insertions, 1 deletions
diff --git a/guix-qa-frontpage/view/util.scm b/guix-qa-frontpage/view/util.scm
index 784e499..b66c1e8 100644
--- a/guix-qa-frontpage/view/util.scm
+++ b/guix-qa-frontpage/view/util.scm
@@ -78,8 +78,17 @@
(href "/assets/css/mvp.css")))
(style
"
+
+
:root {
--justify-important: left;
+ --justify-normal: center;
+}
+
+table td,
+table th,
+table tr {
+ text-align: center;
}
header, main {
@@ -113,10 +122,18 @@ header {
border-right: 2px dashed orange;
}
+.monospace {
+ font-family: monospace;
+ font-size: 16px;
+}
+
")
,@head)
(body (header
- (h1 "Guix QA"))
+ (h1 "Guix QA"
+ ,@(if title
+ `(": " ,title)
+ '())))
,@body
(footer
(p "Copyright © 2016—2020 by the GNU Guix community."