Remove the "/" between list items and set the same white space between
list items and separators.

Signed-off-by: Belen Barros Pena <[email protected]>
---
 .../toaster/toastergui/static/css/bootstrap3-transition.css   | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git 
a/bitbake/lib/toaster/toastergui/static/css/bootstrap3-transition.css 
b/bitbake/lib/toaster/toastergui/static/css/bootstrap3-transition.css
index 2cddbc4..497163b 100644
--- a/bitbake/lib/toaster/toastergui/static/css/bootstrap3-transition.css
+++ b/bitbake/lib/toaster/toastergui/static/css/bootstrap3-transition.css
@@ -33,6 +33,17 @@ ul.configuration-list {
   margin-left: 0px;
 }
 
+/* Breadcrumbs */
+
+.breadcrumb > li + li::before {
+  content: "";
+}
+
+.breadcrumb .divider {
+  color: #999;
+  padding-left: 10px;
+}
+
 .configuration-list .checkbox {
   margin-top: 0;
 }
-- 
1.9.1

-- 
_______________________________________________
toaster mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/toaster

Reply via email to