[Reproducible-commits] [reproducible-website] 04/55: Make link to the Git repository even better

Chris Lamb chris at chris-lamb.co.uk
Tue Aug 23 13:39:50 UTC 2016


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

lamby pushed a commit to branch master
in repository reproducible-website.

commit df39c34e96c81b0aeb4110447c4afba16a908a6b
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Sat Oct 31 20:21:39 2015 +0000

    Make link to the Git repository even better
---
 _includes/footer.html | 15 ++++++++++++---
 css/main.css          | 28 ++++++++++++++++++----------
 2 files changed, 30 insertions(+), 13 deletions(-)

diff --git a/_includes/footer.html b/_includes/footer.html
index ebfde34..eb77403 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -26,9 +26,6 @@
         Content licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>.
       </p>
       <p>
-        Git repository: <code>https://reproducible-builds.org/website.git</code>
-      </p>
-      <p>
         Logos and trademarks belongs to their respective owners.
       </p>
     </div>
@@ -47,4 +44,16 @@
       </ul>
     </div>
   </div>
+  <div class="row">
+    <div class="twelve columns git-location">
+      <p>
+        Patches are highly welcome:
+      </p>
+      <p>
+        <code>git clone https://reproducible-builds.org/website.git</code>
+      </p>
+      <p>
+      </p>
+    </div>
+  </div>
 </footer>
diff --git a/css/main.css b/css/main.css
index b89bf2d..7611636 100644
--- a/css/main.css
+++ b/css/main.css
@@ -195,6 +195,22 @@
     padding: 5px 10px;
     margin: 0;
   }
+
+  .site-footer .row .columns {
+    margin-bottom: 3rem;
+  }
+
+  .site-footer .git-location p {
+    text-align: left;
+  }
+  .site-footer .git-location code {
+    text-align: left;
+    font-size: 1.2rem;
+    padding: 0;
+    margin: 0;
+    background: transparent;
+    border: none;
+  }
 }
 
 aside h4 {
@@ -320,10 +336,6 @@ aside li a {
   padding: 3.0rem 0;
 }
 
-.site-footer .row .columns {
-  margin-bottom: 3rem;
-}
-
 .site-footer ul { list-style: none; }
 
 .footer-heading {
@@ -341,12 +353,8 @@ aside li a {
   margin-bottom: 0;
 }
 
-.site-footer code {
-  padding: 0;
-  margin: 0;
-  font-size: 1.2rem;
-  background: transparent;
-  border: none;
+.site-footer .git-location {
+  text-align: center;
 }
 
 .twitter-icon-svg {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/reproducible-website.git



More information about the Reproducible-commits mailing list