[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-www] 09/10: footer
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-www] 09/10: footer |
Date: |
Mon, 06 Mar 2017 04:13:19 +0100 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository www.
commit 93949cccbfb8f0e2842d168e9179e42c83795548
Author: Florian Dold <address@hidden>
AuthorDate: Mon Mar 6 03:55:34 2017 +0100
footer
---
common/base.j2 | 6 +-----
common/footer.j2.inc | 6 ++++--
styles.css | 4 ++++
3 files changed, 9 insertions(+), 7 deletions(-)
diff --git a/common/base.j2 b/common/base.j2
index d515ea1..72fc1ab 100644
--- a/common/base.j2
+++ b/common/base.j2
@@ -9,10 +9,6 @@
<body id="mybody">
{% include "common/navigation.j2.inc" %}
{% block body_content %}{% endblock %}
- <div class="container-fluid">
- <div class="container">
- {% include "common/footer.j2.inc" %}
- </div>
- </div>
+ {% include "common/footer.j2.inc" %}
</body>
</html>
diff --git a/common/footer.j2.inc b/common/footer.j2.inc
index f5395b3..04685c6 100644
--- a/common/footer.j2.inc
+++ b/common/footer.j2.inc
@@ -1,4 +1,6 @@
-<div class="footer">
+<footer>
+ <div class="container">
<p>© <a href="https://gnunet.org/ev">GNUnet e.V.</a> and Inria 2015,
2016, 2017</p>
<p>{{ _("This page was created using <a href='https://www.gnu.org/'>Free
Software</a> only.") }}</p>
-</div>
+ </div>
+</footer>
diff --git a/styles.css b/styles.css
index c384a0e..f84336d 100644
--- a/styles.css
+++ b/styles.css
@@ -38,3 +38,7 @@ html {
/* override ugly bootstrap defaults */
color: black;
}
+
+footer {
+ margin-top: 2em;
+}
--
To stop receiving notification emails like this one, please contact
address@hidden
- [GNUnet-SVN] [taler-www] branch master updated (9d4d87c -> 61ac0e3), gnunet, 2017/03/05
- [GNUnet-SVN] [taler-www] 10/10: faq, gnunet, 2017/03/05
- [GNUnet-SVN] [taler-www] 07/10: missing files, gnunet, 2017/03/05
- [GNUnet-SVN] [taler-www] 01/10: make dirs if they don't exist, gnunet, 2017/03/05
- [GNUnet-SVN] [taler-www] 03/10: shorter taxable point, privacy friendly, gnunet, 2017/03/05
- [GNUnet-SVN] [taler-www] 08/10: remove empty section, gnunet, 2017/03/05
- [GNUnet-SVN] [taler-www] 05/10: clean up main page, gnunet, 2017/03/05
- [GNUnet-SVN] [taler-www] 04/10: advantages instead of acronym expansion, gnunet, 2017/03/05
- [GNUnet-SVN] [taler-www] 09/10: footer,
gnunet <=
- [GNUnet-SVN] [taler-www] 02/10: factor out base template, gnunet, 2017/03/05
- [GNUnet-SVN] [taler-www] 06/10: conversion/text, gnunet, 2017/03/05