Revert: [enh] add new bootstrap-themes to oscar-template

This commit is contained in:
Thomas Pointhuber 2015-01-18 13:54:24 +01:00
parent 7366a0e141
commit 1f00ce8527
17 changed files with 2 additions and 3548 deletions

View file

@ -10,11 +10,7 @@
{% block meta %}{% endblock %}
<title>{% block title %}{% endblock %}searx</title>
{% if bootstrap_theme == 'default' %}
<link rel="stylesheet" href="{{ url_for('static', filename='css/bootstrap.min.css') }}" type="text/css" />
{% else %}
<link rel="stylesheet" href="{{ url_for('static', filename='css/bootstrap.' + bootstrap_theme + '.min.css') }}" type="text/css" />
{% endif %}
<link rel="stylesheet" href="{{ url_for('static', filename='css/bootstrap.min.css') }}" type="text/css" />
<link rel="stylesheet" href="{{ url_for('static', filename='css/oscar.min.css') }}" type="text/css" />
<link rel="stylesheet" href="{{ url_for('static', filename='css/leaflet.min.css') }}" type="text/css" />