Revert "Theme: add a preference to center the results (Oscar)"

This reverts commit 4237f5fd50.
This commit is contained in:
Alexandre Flament
2022-06-05 23:03:26 +02:00
parent 1b4180df66
commit 9723cef99a
8 changed files with 88 additions and 219 deletions

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html class="no-js theme-{{ preferences.get_value('simple_style') or 'auto' }} center-aligment-{{ preferences.get_value('center_aligment') and 'yes' or 'no' }}" lang="{{ locale_rfc5646 }}" {% if rtl %} dir="rtl"{% endif %}>
<html class="no-js theme-{{ preferences.get_value('simple_style') or 'auto' }}" lang="{{ locale_rfc5646 }}" {% if rtl %} dir="rtl"{% endif %}>
<head>
<meta charset="UTF-8" />
<meta name="description" content="SearXNG — a privacy-respecting, hackable metasearch engine">