mirror of https://github.com/twbs/bootstrap.git
				
				
				
			Fixes #10941: Fix Glyphicons path for those importing bootstrap.less from another directory
This commit is contained in:
		
							parent
							
								
									8dfe93d0b9
								
							
						
					
					
						commit
						556d6cef3e
					
				| 
						 | 
					@ -2680,7 +2680,7 @@ input[type="button"].btn-block {
 | 
				
			||||||
@font-face {
 | 
					@font-face {
 | 
				
			||||||
  font-family: 'Glyphicons Halflings';
 | 
					  font-family: 'Glyphicons Halflings';
 | 
				
			||||||
  src: url('../fonts/glyphicons-halflings-regular.eot');
 | 
					  src: url('../fonts/glyphicons-halflings-regular.eot');
 | 
				
			||||||
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
 | 
					  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.glyphicon {
 | 
					.glyphicon {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| 
						 | 
					@ -10,11 +10,11 @@
 | 
				
			||||||
// Import the fonts
 | 
					// Import the fonts
 | 
				
			||||||
@font-face {
 | 
					@font-face {
 | 
				
			||||||
  font-family: 'Glyphicons Halflings';
 | 
					  font-family: 'Glyphicons Halflings';
 | 
				
			||||||
  src: url('@{icon-font-path}@{icon-font-name}.eot');
 | 
					  src: ~"url('@{icon-font-path}@{icon-font-name}.eot')";
 | 
				
			||||||
  src: url('@{icon-font-path}@{icon-font-name}.eot?#iefix') format('embedded-opentype'),
 | 
					  src: ~"url('@{icon-font-path}@{icon-font-name}.eot?#iefix') format('embedded-opentype')",
 | 
				
			||||||
       url('@{icon-font-path}@{icon-font-name}.woff') format('woff'),
 | 
					       ~"url('@{icon-font-path}@{icon-font-name}.woff') format('woff')",
 | 
				
			||||||
       url('@{icon-font-path}@{icon-font-name}.ttf') format('truetype'),
 | 
					       ~"url('@{icon-font-path}@{icon-font-name}.ttf') format('truetype')",
 | 
				
			||||||
       url('@{icon-font-path}@{icon-font-name}.svg#glyphicons_halflingsregular') format('svg');
 | 
					       ~"url('@{icon-font-path}@{icon-font-name}.svg#glyphicons-halflingsregular') format('svg')";
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// Catchall baseclass
 | 
					// Catchall baseclass
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue