commit d129184d80710621a676e0a4d9150148d44876a0 Author: hiro hiro@torproject.org Date: Wed Nov 27 14:50:01 2019 +0100
Fix banner --- templates/banner.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/banner.html b/templates/banner.html index b21bea7..526b0b4 100644 --- a/templates/banner.html +++ b/templates/banner.html @@ -6,7 +6,7 @@ <div class="eoy-banner row col-md-12" id="banner-header" role="contentinfo"> <div class="col-lg-3 col-md-1"></div> <div class="col-lg-6 col-md-10"> - <div class="col-12 p-5 {{ locale.order }} {{ locale.direction }}"> + <div class="col-12 p-5 {{ locale.direction }}"> <div class="row"> <h4 class="tracking-surveillan">{{ _('Tracking, surveillance, and censorship are widespread online.') }}</h4> </div>
tor-commits@lists.torproject.org