commit a96a831ce72870d637a5e872e73a186c9287d64d Author: Antonela hola@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>
tor-commits@lists.torproject.org