mirror of
https://github.com/searxng/searxng.git
synced 2025-09-01 15:58:37 +02:00
oscar template: using less to generate oscar.min.css
This commit is contained in:
parent
841f1eedfc
commit
f4457da0a1
10 changed files with 103 additions and 72 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
<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.css') }}" type="text/css" />
|
||||
<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 -->
|
||||
<!--[if lt IE 9]>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue