1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

Merge pull request #11102 from ZDroid/less-fix

Ditch `&`, as `+ ...` is enought
This commit is contained in:
Mark Otto 2013-10-15 11:19:24 -07:00
commit 2380b6be99

View file

@ -11,7 +11,7 @@
border-radius: @border-radius-base;
> li {
display: inline-block;
&+li:before {
+ li:before {
content: "@{breadcrumb-separator}\00a0"; // Unicode space added since inline-block means non-collapsing white-space
padding: 0 5px;
color: @breadcrumb-color;