]> iEval git - mindcoding-template-patches.git/blobdiff - mindcoding-template/less/breadcrumbs.less
Adds Bootstrap, header and footer
[mindcoding-template-patches.git] / mindcoding-template / less / breadcrumbs.less
diff --git a/mindcoding-template/less/breadcrumbs.less b/mindcoding-template/less/breadcrumbs.less
new file mode 100755 (executable)
index 0000000..60b33ea
--- /dev/null
@@ -0,0 +1,23 @@
+//
+// Breadcrumbs
+// --------------------------------------------------
+
+
+.breadcrumb {
+  padding: 8px 15px;
+  margin-bottom: @line-height-computed;
+  list-style: none;
+  background-color: @breadcrumb-bg;
+  border-radius: @border-radius-base;
+  > li {
+    display: inline-block;
+    + li:before {
+      content: "@{breadcrumb-separator}\00a0"; // Unicode space added since inline-block means non-collapsing white-space
+      padding: 0 5px;
+      color: @breadcrumb-color;
+    }
+  }
+  > .active {
+    color: @breadcrumb-active-color;
+  }
+}
This page took 0.026759 seconds and 4 git commands to generate.