diff options
| author | Mark Otto <[email protected]> | 2013-07-05 14:24:40 -0500 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-05 14:24:40 -0500 |
| commit | fffb37ecead04a12c9c1aedaf357433f5f61d6a3 (patch) | |
| tree | 87e7416755ca7aa21ef93c9b5053dc17e5d9ec2f /less | |
| parent | 30c138c4bfc058ff49e3a99d947f81f549e5876c (diff) | |
| parent | 3279181f4253eb37cae61ecc1a3842c3d559ea49 (diff) | |
| download | bootstrap-fffb37ecead04a12c9c1aedaf357433f5f61d6a3.tar.xz bootstrap-fffb37ecead04a12c9c1aedaf357433f5f61d6a3.zip | |
Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip
Diffstat (limited to 'less')
| -rw-r--r-- | less/breadcrumbs.less | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/less/breadcrumbs.less b/less/breadcrumbs.less index 2fe8217a3..956944a8b 100644 --- a/less/breadcrumbs.less +++ b/less/breadcrumbs.less @@ -12,15 +12,12 @@ > li { display: inline-block; text-shadow: 0 1px 0 #fff; - &:after { + &+li:before { display: inline-block; - content: "\00a0 /"; // Unicode space added since inline-block means non-collapsing white-space + content: "/\00a0"; // Unicode space added since inline-block means non-collapsing white-space padding: 0 5px; color: #ccc; } - &:last-child:after { - display: none; // No divider after last element - } } > .active { color: @gray-light; |
