From 886e7037f6cfa5e63ae190ee1a9a63fb7f07dffe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Tue, 10 Sep 2013 23:27:04 +0200 Subject: [PATCH] Remove display: block from address
is already displayed as block in all browsers (UAs). --- less/type.less | 1 - 1 file changed, 1 deletion(-) 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;