guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: Use a darker grey on the tables through time


From: Christopher Baines
Subject: 01/02: Use a darker grey on the tables through time
Date: Mon, 16 Nov 2020 13:58:28 -0500 (EST)

cbaines pushed a commit to branch master
in repository data-service.

commit c13a0ef4c17882b6d53538ebcead00520da25591
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Mon Nov 16 18:20:10 2020 +0000

    Use a darker grey on the tables through time
    
    Just to make sure it's easy to see.
---
 guix-data-service/web/repository/html.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/guix-data-service/web/repository/html.scm 
b/guix-data-service/web/repository/html.scm
index cc509ee..0d1fd9d 100644
--- a/guix-data-service/web/repository/html.scm
+++ b/guix-data-service/web/repository/html.scm
@@ -333,7 +333,7 @@
                                       2)))
                                (simple-format
                                 #f
-                                "margin-left: ~A%; width: ~A%; height: 10px; 
background: #DCDCDC;"
+                                "margin-left: ~A%; width: ~A%; height: 10px; 
background: #BEBEBE;"
                                 (rationalize margin-left 1)
                                 (rationalize width 1)))))))))))
                versions-by-revision-range))))))))))
@@ -559,7 +559,7 @@
                                       2)))
                                (simple-format
                                 #f
-                                "margin-left: ~A%; width: ~A%; height: 10px; 
background: #DCDCDC;"
+                                "margin-left: ~A%; width: ~A%; height: 10px; 
background: #BEBEBE;"
                                 (rationalize margin-left 1)
                                 (rationalize width 1)))))))))))
                versions-list
@@ -777,7 +777,7 @@
                                       2)))
                                (simple-format
                                 #f
-                                "margin-left: ~A%; width: ~A%; height: 10px; 
background: #DCDCDC;"
+                                "margin-left: ~A%; width: ~A%; height: 10px; 
background: #BEBEBE;"
                                 (rationalize margin-left 1)
                                 (rationalize width 1)))))))))))
                versions-list



reply via email to

[Prev in Thread] Current Thread [Next in Thread]