First working Spring-based version
[proteocache.git] / webapp / resources / bootstrap-2.3 / less / breadcrumbs.less
diff --git a/webapp/resources/bootstrap-2.3/less/breadcrumbs.less b/webapp/resources/bootstrap-2.3/less/breadcrumbs.less
new file mode 100644 (file)
index 0000000..f753df6
--- /dev/null
@@ -0,0 +1,24 @@
+//
+// Breadcrumbs
+// --------------------------------------------------
+
+
+.breadcrumb {
+  padding: 8px 15px;
+  margin: 0 0 @baseLineHeight;
+  list-style: none;
+  background-color: #f5f5f5;
+  .border-radius(@baseBorderRadius);
+  > li {
+    display: inline-block;
+    .ie7-inline-block();
+    text-shadow: 0 1px 0 @white;
+    > .divider {
+      padding: 0 5px;
+      color: #ccc;
+    }
+  }
+  > .active {
+    color: @grayLight;
+  }
+}