The breadcrumb needs to be in its own row, to avoid the nested rows that so badly upset the Bootstrap 3 grid system.
Signed-off-by: Belen Barros Pena <[email protected]> --- bitbake/lib/toaster/toastergui/templates/basebuilddetailpage.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/bitbake/lib/toaster/toastergui/templates/basebuilddetailpage.html b/bitbake/lib/toaster/toastergui/templates/basebuilddetailpage.html index d286abb..5826d90 100644 --- a/bitbake/lib/toaster/toastergui/templates/basebuilddetailpage.html +++ b/bitbake/lib/toaster/toastergui/templates/basebuilddetailpage.html @@ -5,7 +5,6 @@ <div class="row"> <!-- Breadcrumbs --> - <div class="section"> <ul class="breadcrumb" id="breadcrumb"> <li><a href="{% project_url build.project %}">{{build.project.name}}</a></li> {% if not build.project.is_default %} @@ -21,12 +20,10 @@ $('#breadcrumb > li:last > span').remove(); }); </script> - </div> <!--section--> +</div> <!-- Begin container --> {% block pagedetailinfomain %}{% endblock %} <!-- End container --> -</div> - {% endblock %} -- 1.9.1 -- _______________________________________________ toaster mailing list [email protected] https://lists.yoctoproject.org/listinfo/toaster
