aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-09-25 22:57:49 -0700
committerMark Otto <[email protected]>2012-09-25 22:57:49 -0700
commit2eb4c6fc795b58c4d57ddf31b8917b0859d9ba22 (patch)
tree88ed0895199a0c476cbe0f519d9bcf67e1f7809e
parentecbf1159a43643a5b4eabbe035b6c7aabb8dde5d (diff)
downloadbootstrap-2eb4c6fc795b58c4d57ddf31b8917b0859d9ba22.tar.xz
bootstrap-2eb4c6fc795b58c4d57ddf31b8917b0859d9ba22.zip
cleanup breadcrumbs less code (nesting)
-rw-r--r--less/breadcrumbs.less12
1 files changed, 6 insertions, 6 deletions
diff --git a/less/breadcrumbs.less b/less/breadcrumbs.less
index 2819704d3..78eb054be 100644
--- a/less/breadcrumbs.less
+++ b/less/breadcrumbs.less
@@ -12,12 +12,12 @@
li {
display: inline-block;
text-shadow: 0 1px 0 @white;
- }
- li:after {
- display: inline-block;
- content: "\00a0 /"; // Unicode space added since inline-block means non-collapsing white-space
- padding: 0 5px;
- color: #ccc;
+ &:after {
+ display: inline-block;
+ content: "\00a0 /"; // Unicode space added since inline-block means non-collapsing white-space
+ padding: 0 5px;
+ color: #ccc;
+ }
}
.active {
color: @grayLight;