diff farol/templates/base.j2 @ 6:bb7334ff114a

Add the Greenbone Logo to the footer.
author Benoît Allard <benoit.allard@greenbone.net>
date Thu, 25 Sep 2014 15:49:33 +0200
parents 63b00c10ada8
children 8f41bb7f4681
line wrap: on
line diff
--- a/farol/templates/base.j2	Thu Sep 25 09:38:26 2014 +0200
+++ b/farol/templates/base.j2	Thu Sep 25 15:49:33 2014 +0200
@@ -122,8 +122,12 @@
     {% endif %}
   </div>
   <footer class="footer container-fluid">
-    <a class="pull-right" href="{{ url_for('about') }}">About ...</a>
-    <p class="text-muted">Copyright &copy; 2014 <a href="http://greenbone.net">Greenbone Networks GmbH</a></p>
+    <div class="text-center">
+      <span class="text-muted">Copyright &copy; 2014 Greenbone Networks GmbH</span>
+      |
+      <span><a href="{{ url_for('about') }}">About ...</a></span>
+    </div>
+    <a href="http://greenbone.net/" id="greenbone" class="logo_img text-hide center-block">Greenbone Networks GmbH</a>
   </footer>
 </body>
 </html>

http://farol.wald.intevation.org