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:
commit
2380b6be99
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue