Commit 2380b6be authored by Mark Otto's avatar Mark Otto

Merge pull request #11102 from ZDroid/less-fix

Ditch `&`, as `+ ...` is enought
parents b05a287e 04236356
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment