mirror of
				https://github.com/twbs/bootstrap.git
				synced 2025-11-04 00:03:15 -05:00 
			
		
		
		
	Merge pull request #11102 from ZDroid/less-fix
Ditch `&`, as `+ ...` is enought
This commit is contained in:
		
						commit
						2380b6be99
					
				@ -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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user