From: Belen <[email protected]> Adapt the layout to the Bootstrap 3 grid rules.
Signed-off-by: Belen <[email protected]> --- bitbake/lib/toaster/toastergui/templates/projects-toastertable.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bitbake/lib/toaster/toastergui/templates/projects-toastertable.html b/bitbake/lib/toaster/toastergui/templates/projects-toastertable.html index 5814f32..cfbe3ae 100644 --- a/bitbake/lib/toaster/toastergui/templates/projects-toastertable.html +++ b/bitbake/lib/toaster/toastergui/templates/projects-toastertable.html @@ -4,7 +4,9 @@ {% block pagecontent %} - <div class="page-header top-air"> +<div class="col-md-12"> + + <div class="page-header"> <h1 data-role="page-title"></h1> </div> @@ -33,4 +35,6 @@ }); </script> +</div> + {% endblock %} -- 1.9.1 -- _______________________________________________ toaster mailing list [email protected] https://lists.yoctoproject.org/listinfo/toaster
