[tor-commits] [lego/master] breadcrumbs go full-width

antonela at torproject.org antonela at torproject.org
Wed Sep 18 13:28:45 UTC 2019


commit a96a831ce72870d637a5e872e73a186c9287d64d
Author: Antonela <hola at antonela.me>
Date:   Wed Sep 18 10:28:40 2019 -0300

    breadcrumbs go full-width
    
    close #68
---
 templates/breadcrumb.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/breadcrumb.html b/templates/breadcrumb.html
index 40fb3cf..735d915 100644
--- a/templates/breadcrumb.html
+++ b/templates/breadcrumb.html
@@ -1,5 +1,5 @@
 <nav aria-label="breadcrumb">
-  <ol class="breadcrumb">
+  <ol class="breadcrumb bg-light m-0 small">
     {% from "macros/parent.html" import render_parents %}
     {{ render_parents(this) }}
     <li class="breadcrumb-item active" aria-current="page">{{ this.title }}</li>



More information about the tor-commits mailing list