From: Zlatan Vasović Date: Tue, 10 Sep 2013 21:27:04 +0000 (+0200) Subject: Remove display: block from address X-Git-Tag: v3.0.3~14^2~8^2~4^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F10560%2Fhead;p=thirdparty%2Fbootstrap.git Remove display: block from address
is already displayed as block in all browsers (UAs). --- diff --git a/less/type.less b/less/type.less index 2f154516c4..9a6656b63f 100644 --- a/less/type.less +++ b/less/type.less @@ -264,7 +264,6 @@ blockquote:after { // Addresses address { - display: block; margin-bottom: @line-height-computed; font-style: normal; line-height: @line-height-base;