From aad195aaa87b0323c7b96bcfb3962a6a49eed8a0 Mon Sep 17 00:00:00 2001 From: Cesar G Date: Mon, 26 May 2014 14:54:26 -0700 Subject: [PATCH] [ticket/12155] Get rid of line-height value causing alignment issues in FF. PHPBB3-12155 --- phpBB/styles/prosilver/theme/buttons.css | 1 - 1 file changed, 1 deletion(-) diff --git a/phpBB/styles/prosilver/theme/buttons.css b/phpBB/styles/prosilver/theme/buttons.css index 18041ea6d5..7d9aae86d7 100644 --- a/phpBB/styles/prosilver/theme/buttons.css +++ b/phpBB/styles/prosilver/theme/buttons.css @@ -7,7 +7,6 @@ .button { cursor: pointer; display: inline-block; - line-height: 17.5px; height: 18px; font-size: 13px; white-space: nowrap;