Update bootstrap, update/add all of PatternFly, add font-awesome
[cascardo/ipsilon.git] / less / patternfly / breadcrumbs.less
diff --git a/less/patternfly/breadcrumbs.less b/less/patternfly/breadcrumbs.less
new file mode 100644 (file)
index 0000000..63f11e1
--- /dev/null
@@ -0,0 +1,20 @@
+//
+// Breadcrumbs
+// --------------------------------------------------
+
+.breadcrumb {
+  padding-left: 0;
+  > .active strong {
+    font-weight: 600;
+  }
+  > li {
+      display: inline; /* IE8 */
+      + li:before {
+      color: @gray-light;
+      content: @fa-var-angle-double-right;
+      font-family: @icon-font-name-fa;
+      font-size: @font-size-base - 1;
+      padding: 0 9px 0 7px;
+    }
+  }
+}