mirror of https://github.com/twbs/bootstrap.git
				
				
				
			Remove display: block from address
<address> is already displayed as block in all browsers (UAs).
This commit is contained in:
		
							parent
							
								
									10a9601560
								
							
						
					
					
						commit
						886e7037f6
					
				| 
						 | 
					@ -264,7 +264,6 @@ blockquote:after {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// Addresses
 | 
					// Addresses
 | 
				
			||||||
address {
 | 
					address {
 | 
				
			||||||
  display: block;
 | 
					 | 
				
			||||||
  margin-bottom: @line-height-computed;
 | 
					  margin-bottom: @line-height-computed;
 | 
				
			||||||
  font-style: normal;
 | 
					  font-style: normal;
 | 
				
			||||||
  line-height: @line-height-base;
 | 
					  line-height: @line-height-base;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue