aboutsummaryrefslogtreecommitdiff
path: root/guix-qa-frontpage/view/util.scm
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2023-09-26 21:09:33 +0100
committerChristopher Baines <mail@cbaines.net>2023-09-26 21:09:33 +0100
commit3f61ee04fb852e7edfba984216451784219a62bc (patch)
treee809a9df189cccd36bb4e2a37f3c45edbe0cd35e /guix-qa-frontpage/view/util.scm
parent3d1b4c97bc3ff6625555797449bd057b3e1fce99 (diff)
downloadqa-frontpage-3f61ee04fb852e7edfba984216451784219a62bc.tar
qa-frontpage-3f61ee04fb852e7edfba984216451784219a62bc.tar.gz
Add a mechanism to add the reviewed-looks-good usertag to issues
As a way of trying to prioritise merging patches that have been reviewed by someone.
Diffstat (limited to 'guix-qa-frontpage/view/util.scm')
-rw-r--r--guix-qa-frontpage/view/util.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix-qa-frontpage/view/util.scm b/guix-qa-frontpage/view/util.scm
index 0605100..46875aa 100644
--- a/guix-qa-frontpage/view/util.scm
+++ b/guix-qa-frontpage/view/util.scm
@@ -98,7 +98,7 @@ header, main {
padding: 1rem;
}
-header {
+main > header {
border-bottom: 2px dashed orange;
}