mirror of
https://github.com/searxng/searxng.git
synced 2025-08-03 10:32:21 +02:00
oscar template: include typeahead.css into bootstrap.min.css
This commit is contained in:
parent
f4457da0a1
commit
55b9b10d2e
5 changed files with 176 additions and 190 deletions
|
@ -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 -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue