oscar template: include typeahead.css into bootstrap.min.css

This commit is contained in:
Thomas Pointhuber 2014-09-29 15:47:05 +02:00
parent f4457da0a1
commit 55b9b10d2e
5 changed files with 176 additions and 190 deletions

View file

@ -9,7 +9,6 @@
<title>{% block title %}{% endblock %}searx</title>
<link rel="stylesheet" href="{{ url_for('static', filename='css/bootstrap.min.css') }}" type="text/css" />
{% if autocomplete %}<link rel="stylesheet" href="{{ url_for('static', filename='css/typeahead.css') }}" type="text/css" />{% endif %}
<link rel="stylesheet" href="{{ url_for('static', filename='css/oscar.min.css') }}" type="text/css" />
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->