guix-commits
[Top][All Lists]
Advanced

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

branch master updated: Add a footer margin.


From: Mathieu Othacehe
Subject: branch master updated: Add a footer margin.
Date: Sat, 27 Mar 2021 05:43:03 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix-cuirass.

The following commit(s) were added to refs/heads/master by this push:
     new eb94e7d  Add a footer margin.
eb94e7d is described below

commit eb94e7da6a5985a4b92d92aa22955e4013490e9c
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sat Mar 27 10:42:46 2021 +0100

    Add a footer margin.
---
 src/cuirass/templates.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/cuirass/templates.scm b/src/cuirass/templates.scm
index c994206..933c829 100644
--- a/src/cuirass/templates.scm
+++ b/src/cuirass/templates.scm
@@ -201,7 +201,8 @@ columnDefs: [
                ,body)
           (footer
            (@ (class "footer text-center"))
-           (p (a (@ (href "http://guix.gnu.org/cuirass/";))
+           (p (@ (class "mt-3"))
+              (a (@ (href "http://guix.gnu.org/cuirass/";))
                  ,(string-append "Cuirass " %package-version))
               " — Copyright © 2016 - 2021 by the GNU Guix community.")))))
 



reply via email to

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