[tor-commits] [lego/develop] Update banner elements order
hiro at torproject.org
hiro at torproject.org
Tue Apr 7 16:13:26 UTC 2020
commit f0ea955c50f147813fd7735d226e7f4689e94523
Author: hiro <hiro at torproject.org>
Date: Wed Nov 27 16:11:01 2019 +0100
Update banner elements order
---
templates/banner.html | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/templates/banner.html b/templates/banner.html
index 7c14b6c..7c23d6b 100644
--- a/templates/banner.html
+++ b/templates/banner.html
@@ -20,7 +20,11 @@
{{ _('TAKE BACK THE INTERNET WITH TOR') }}
</h2>
</div>
- <div class="col-6 order-1">
+ {% if locale.direction == 'text-right' %}
+ <div class="col-6 order-0">
+ {% else %}
+ <div class="col-6 order-1">
+ {% endif %}
</div>
</div>
<div class="row">
More information about the tor-commits
mailing list