[tor-commits] [tpo/develop] More ltr-rtl fixes

hiro at torproject.org hiro at torproject.org
Tue Dec 10 11:53:47 UTC 2019


commit 55ad9e7dd23cc46480e63da2e327c80c98fff0db
Author: hiro <hiro at torproject.org>
Date:   Wed Nov 27 13:45:50 2019 +0100

    More ltr-rtl fixes
---
 templates/homepage.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/templates/homepage.html b/templates/homepage.html
index 4daff16..52e41a2 100644
--- a/templates/homepage.html
+++ b/templates/homepage.html
@@ -5,9 +5,9 @@
         {% include 'hero.html' %}
       </div>
     </div>
-    <div class="container-fluid">
-      <div class="row flex-xl-nowrap">
-        {% set locale = bag('alternatives', this.alt) %}
+    {% set locale = bag('alternatives', this.alt) %}
+    <div class="container-fluid {{ locale.order }} {{ locale.direction }}">
+      <div class="row flex-xl-nowrap {{ locale.order }} {{ locale.direction }}">
         <main role="main" class="mx-auto col-12 {{ locale.order }} {{ locale.direction }}">
           {% include this.html %}
           {% if this.parent.path != "/download" %}





More information about the tor-commits mailing list