From d10c8a4a30203c623498f02a300d4791441326ea Mon Sep 17 00:00:00 2001 From: Mark Beech Date: Wed, 11 Mar 2015 20:50:21 +0000 Subject: [PATCH] Better button layouts in Outlook 20** In a number of versions of Outlook, button padding is really message up. The text drops towards the bottom of the button. --- css/ink.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/css/ink.css b/css/ink.css index 92b14dc8..692b4809 100644 --- a/css/ink.css +++ b/css/ink.css @@ -437,22 +437,23 @@ table.large-button td { border: 1px solid #2284a1; color: #ffffff; padding: 8px 0; + line-height: initial !important; } table.tiny-button td { - padding: 5px 0 4px; + padding: 5px 0; } table.small-button td { - padding: 8px 0 7px; + padding: 8px 0; } table.medium-button td { - padding: 12px 0 10px; + padding: 12px 0; } table.large-button td { - padding: 21px 0 18px; + padding: 21px 0; } table.button td a, -- 2.47.2