diff farol/templates/layout.j2 @ 144:1fc9c0cff398

Update Bootstrap to version 3.3
author Benoît Allard <benoit.allard@greenbone.net>
date Thu, 30 Oct 2014 15:15:22 +0100
parents 97fafc195ca0
children b3129fdd1ab0
line wrap: on
line diff
--- a/farol/templates/layout.j2	Thu Oct 30 12:50:21 2014 +0100
+++ b/farol/templates/layout.j2	Thu Oct 30 15:15:22 2014 +0100
@@ -31,13 +31,13 @@
 <head>
   <meta charset="utf-8">
   <title>Farol - {% block title %}{% endblock %}</title>
-  <link rel="stylesheet" href="{{ url_for('static', filename='bootstrap.css') }}">
+  <link rel="stylesheet" href="{{ url_for('static', filename='bootstrap.min.css') }}">
   <link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
   <link rel="icon" type="image/gif" href="{{ url_for('static', filename='farol_favicon.gif') }}" />
 </head>
 <body>
   <script src="{{ url_for('static', filename='jquery-2.1.1.min.js') }}"></script>
-  <script src="{{ url_for('static', filename='bootstrap.js') }}"></script>
+  <script src="{{ url_for('static', filename='bootstrap.min.js') }}"></script>
   <nav class="navbar navbar-inverse" role="navigation">
     <div class="container">
       {# Brand and toggle get grouped for better mobile display #}

http://farol.wald.intevation.org