emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] new-master bf0be51 092/128: Website footer improvement


From: Stefan Monnier
Subject: [elpa] new-master bf0be51 092/128: Website footer improvement
Date: Mon, 14 Dec 2020 15:39:38 -0500 (EST)

branch: new-master
commit bf0be510429299ff9794295d4b5fda2c69c8eab2
Author: Nicolas Petton <nicolas@petton.fr>
Commit: Nicolas Petton <nicolas@petton.fr>

    Website footer improvement
    
    * admin/archive-contents.el:
    * html/index.html: Add a link to the FSF, and a copyright.
    * html/layout.css: Make the footer taller.
---
 html/index.html | 6 +++++-
 html/layout.css | 2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/html/index.html b/html/index.html
index 187e89c..1dcecc3 100644
--- a/html/index.html
+++ b/html/index.html
@@ -55,8 +55,12 @@
 
         <div class="footer">
             <div class="container">
+                <p>Copyright 2016 <a href="https://fsf.org";>Free Software 
Foundation</a>, Inc.</p>
+                <p>Design provided by <a 
href="http://nicolas.petton.fr";>Nicolas Petton</a></p>
                 <p>
-                    Copyright 2015 Free Software Foundation, Inc.
+                    This website is licensed under the
+                    <a 
href="https://creativecommons.org/licenses/by-nd/3.0/us/";>CC BY-ND 3.0</a>
+                    US License.
                 </p>
             </div>
         </div>
diff --git a/html/layout.css b/html/layout.css
index 0744ab9..677849e 100644
--- a/html/layout.css
+++ b/html/layout.css
@@ -63,7 +63,7 @@ html, body {
   margin: 0 auto -50px; /* the bottom margin is the negative value of the 
footer's height */
 }
 .footer, .push {
-  height: 50px; /* .push must be the same height as .footer */
+  height: 90px; /* .push must be the same height as .footer */
 }
 
 h1 {



reply via email to

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