2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03: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
+1 -1
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;