[tor-commits] [community/staging] breadcrumbs go full-width

hiro at torproject.org hiro at torproject.org
Sun Mar 21 19:17:26 UTC 2021


commit d07015523c9605da09289c1d130dfb2216e55b49
Author: Antonela <hola at antonela.me>
Date:   Wed Sep 18 10:16:37 2019 -0300

    breadcrumbs go full-width
    
    close #68
---
 lego                            | 2 +-
 templates/two-columns-page.html | 8 +++++---
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/lego b/lego
index 09c5813..8cb5f20 160000
--- a/lego
+++ b/lego
@@ -1 +1 @@
-Subproject commit 09c5813e895e67104dbdcf15bfec66367bd11790
+Subproject commit 8cb5f20089a163b0a5134d841248778cb518bdf2
diff --git a/templates/two-columns-page.html b/templates/two-columns-page.html
index a4fa3f6..5151905 100644
--- a/templates/two-columns-page.html
+++ b/templates/two-columns-page.html
@@ -1,7 +1,9 @@
-<div class="row pt-5">
+
+{% include 'breadcrumb.html' %}
+
+<div class="row">
   {% include 'sidenav.html' %}
-  <div class="col-sm-12 col-xs-12 col-md-8 col-lg-8 mr-auto {{ bag('alternatives', this.alt, 'order') }}">
-    {% include 'breadcrumb.html' %}
+  <div class="col-sm-12 col-xs-12 col-md-8 col-lg-8 pt-3 mr-auto {{ bag('alternatives', this.alt, 'order') }}">
     {{ this.body }}
     <div class="row">
     {% for child in this.children|sort(attribute='key') %}





More information about the tor-commits mailing list