Mercurial > farol
changeset 26:33a3a36b5bf6
Use the navbar-inverse theme to come closer to greenbone, and apply it to footer also
author | Benoît Allard <benoit.allard@greenbone.net> |
---|---|
date | Thu, 02 Oct 2014 12:07:40 +0200 |
parents | 4a3fdd3f2723 |
children | 69e0330c4fae |
files | farol/static/style.css farol/templates/base.j2 |
diffstat | 2 files changed, 2 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/farol/static/style.css Thu Oct 02 11:27:01 2014 +0200 +++ b/farol/static/style.css Thu Oct 02 12:07:40 2014 +0200 @@ -16,8 +16,6 @@ .footer { height: 130px; margin-top: 20px; - background-color: rgb(52,52,52); - color: #AAA; } #greenbone.logo_img {
--- a/farol/templates/base.j2 Thu Oct 02 11:27:01 2014 +0200 +++ b/farol/templates/base.j2 Thu Oct 02 12:07:40 2014 +0200 @@ -35,7 +35,7 @@ <body> <script src="{{ url_for('static', filename='jquery-2.1.1.min.js') }}"></script> <script src="{{ url_for('static', filename='bootstrap.js') }}"></script> - <nav class="navbar navbar-default" role="navigation"> + <nav class="navbar navbar-inverse" role="navigation"> <div class="container"> {# Brand and toggle get grouped for better mobile display #} <div class="navbar-header"> @@ -126,7 +126,7 @@ <div class="alert alert-danger"><strong>DEBUG:</strong> This application is running in debug mode. See the <a href="{{ url_for('about') }}#debug">about page</a> for more Details</div> {% endif %} </div> - <footer class="footer container-fluid"> + <footer class="footer container-fluid navbar-inverse"> <div class="text-center"> <span class="text-muted">Copyright © 2014 Greenbone Networks GmbH</span> |