diff options
author | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-02-11 22:00:13 +0100 |
---|---|---|
committer | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-02-11 22:00:13 +0100 |
commit | d4ba97d00df7e1d97c0fa63419ab74dc4ee10f00 (patch) | |
tree | 1d5c53e25ccc8931c3671bb7460c77b16a1dba10 /searx/templates/courgette | |
parent | f4bdcc067ff0e6c528970a75475d621dd0d43181 (diff) | |
download | searxng-d4ba97d00df7e1d97c0fa63419ab74dc4ee10f00.tar.gz searxng-d4ba97d00df7e1d97c0fa63419ab74dc4ee10f00.zip |
Engine table in preference page in Courgette text-aligned to the right in RTL
Diffstat (limited to 'searx/templates/courgette')
-rw-r--r-- | searx/templates/courgette/preferences.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/courgette/preferences.html b/searx/templates/courgette/preferences.html index 379d68601..efa0f65fa 100644 --- a/searx/templates/courgette/preferences.html +++ b/searx/templates/courgette/preferences.html @@ -95,7 +95,7 @@ <fieldset> <legend>{{ _('Currently used search engines') }}</legend> - <table> + <table class="engine-table"> <tr> <th>{{ _('Engine name') }}</th> <th>{{ _('Category') }}</th> |