mirror of https://github.com/twbs/bootstrap.git
				
				
				
			Merge pull request #8852 from briannelsondesign/label_baselines
Adjusts vertical alignment of labels and badges
This commit is contained in:
		
						commit
						96eef43dee
					
				| 
						 | 
				
			
			@ -3917,7 +3917,7 @@ a.thumbnail:focus {
 | 
			
		|||
  color: #ffffff;
 | 
			
		||||
  text-align: center;
 | 
			
		||||
  white-space: nowrap;
 | 
			
		||||
  vertical-align: middle;
 | 
			
		||||
  vertical-align: baseline;
 | 
			
		||||
  background-color: #999999;
 | 
			
		||||
  border-radius: .25em;
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -3976,7 +3976,7 @@ a.thumbnail:focus {
 | 
			
		|||
  color: #ffffff;
 | 
			
		||||
  text-align: center;
 | 
			
		||||
  white-space: nowrap;
 | 
			
		||||
  vertical-align: middle;
 | 
			
		||||
  vertical-align: baseline;
 | 
			
		||||
  background-color: #999999;
 | 
			
		||||
  border-radius: 10px;
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| 
						 | 
				
			
			@ -12,7 +12,7 @@
 | 
			
		|||
  font-weight: bold;
 | 
			
		||||
  color: @badge-color;
 | 
			
		||||
  line-height: 1;
 | 
			
		||||
  vertical-align: middle;
 | 
			
		||||
  vertical-align: baseline;
 | 
			
		||||
  white-space: nowrap;
 | 
			
		||||
  text-align: center;
 | 
			
		||||
  background-color: @badge-bg;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -11,7 +11,7 @@
 | 
			
		|||
  color: @label-color;
 | 
			
		||||
  text-align: center;
 | 
			
		||||
  white-space: nowrap;
 | 
			
		||||
  vertical-align: middle;
 | 
			
		||||
  vertical-align: baseline;
 | 
			
		||||
  background-color: @gray-light;
 | 
			
		||||
  border-radius: .25em;
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue