summaryrefslogtreecommitdiff
path: root/searx/templates
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2016-12-30 15:21:08 +0100
committerGitHub <noreply@github.com>2016-12-30 15:21:08 +0100
commit79ceb13577fcc83eabe642a4ed6dd793b7bf0d4b (patch)
tree176542332e01a716cecfd009bacd50dc21efe4f1 /searx/templates
parenteaa0fb8102825fa4ccdb348429fdbf39837921be (diff)
parentd18d09a98b514a510545daa01131d7544bfa1e9c (diff)
Merge pull request #799 from kvch/modal-arrows
[fix] change modal glyphicon arrows to image icons
Diffstat (limited to 'searx/templates')
-rw-r--r--searx/templates/oscar/result_templates/images.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/searx/templates/oscar/result_templates/images.html b/searx/templates/oscar/result_templates/images.html
index 3bf52cd68..bf154e793 100644
--- a/searx/templates/oscar/result_templates/images.html
+++ b/searx/templates/oscar/result_templates/images.html
@@ -13,10 +13,10 @@
<div class="row">
<div class="col-md-12 col-sm-12 col-xs-12 modal-header">
<a {% if index != 1 %}href="#open-modal-{{ index-1 }}-{{ pageno }}"{% endif %}>
- <span class="pull-left glyphicon glyphicon-chevron-left image-paging-left"></span>
+ <span class="pull-left image-paging-left"></span>
</a>
<a href="#open-modal-{{ index+1 }}-{{ pageno }}">
- <span class="image-paging-right pull-right glyphicon glyphicon-chevron-right"></span>
+ <span class="pull-right image-paging-right"></span>
</a>
<h4 class="modal-title image-title">{{ result.title|striptags }}</h4>
</div>