Update bootstrap, update/add all of PatternFly, add font-awesome
[cascardo/ipsilon.git] / less / patternfly / breadcrumbs.less
1 //
2 // Breadcrumbs
3 // --------------------------------------------------
4
5 .breadcrumb {
6   padding-left: 0;
7   > .active strong {
8     font-weight: 600;
9   }
10   > li {
11       display: inline; /* IE8 */
12       + li:before {
13       color: @gray-light;
14       content: @fa-var-angle-double-right;
15       font-family: @icon-font-name-fa;
16       font-size: @font-size-base - 1;
17       padding: 0 9px 0 7px;
18     }
19   }
20 }