Style our navigation breadcrumbs so that they display properly with Bootstrap 3.
Signed-off-by: Belen Barros Pena <[email protected]> --- bitbake/lib/toaster/toastergui/static/css/default.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bitbake/lib/toaster/toastergui/static/css/default.css b/bitbake/lib/toaster/toastergui/static/css/default.css index bb71074..ddea5ee 100644 --- a/bitbake/lib/toaster/toastergui/static/css/default.css +++ b/bitbake/lib/toaster/toastergui/static/css/default.css @@ -166,3 +166,8 @@ td > .tooltip-inner { padding: 10px; } /* Override the rather ugly default code styles */ code { color: #333; background-color: transparent; } + +/* Style our breadcrumbs */ +.breadcrumb > li + li::before { content: none; } +.breadcrumb { background-color: transparent; padding-left: 0; padding-top: 15px; } +.breadcrumb .divider { color: #777; margin: 0 5px; } -- 1.9.1 -- _______________________________________________ toaster mailing list [email protected] https://lists.yoctoproject.org/listinfo/toaster
