0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-20 17:54:23 +01:00

Remove display: block from address

<address> is already displayed as block in all browsers (UAs).
This commit is contained in:
Zlatan Vasović 2013-09-10 23:27:04 +02:00
parent 10a9601560
commit 886e7037f6

View File

@ -264,7 +264,6 @@ blockquote:after {
// Addresses
address {
display: block;
margin-bottom: @line-height-computed;
font-style: normal;
line-height: @line-height-base;