diff options
| author | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-09-29 10:27:19 +0200 |
|---|---|---|
| committer | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-10-05 14:40:47 +0200 |
| commit | f4457da0a171d45b8be6b9b2bc24f15b6bf4b337 (patch) | |
| tree | ff6120e756c9e751450549b1bbe5ba0884ffceee /searx/templates/oscar/base.html | |
| parent | 841f1eedfc8b2c49f0395d5f0ea2bfa269c19df2 (diff) | |
oscar template: using less to generate oscar.min.css
Diffstat (limited to 'searx/templates/oscar/base.html')
| -rw-r--r-- | searx/templates/oscar/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/oscar/base.html b/searx/templates/oscar/base.html index 7507fcab1..e2d481845 100644 --- a/searx/templates/oscar/base.html +++ b/searx/templates/oscar/base.html @@ -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]> |