mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03:00
Remove display: block from address
<address> is already displayed as block in all browsers (UAs).
This commit is contained in:
@@ -264,7 +264,6 @@ blockquote:after {
|
||||
|
||||
// Addresses
|
||||
address {
|
||||
display: block;
|
||||
margin-bottom: @line-height-computed;
|
||||
font-style: normal;
|
||||
line-height: @line-height-base;
|
||||
|
||||
Reference in New Issue
Block a user