From 34bfc011723202bb0165e2d0a3b3f81245ab655e Mon Sep 17 00:00:00 2001 From: Eric Morris Date: Thu, 21 Nov 2013 10:41:40 -0800 Subject: [PATCH] Alias .{dir}-text-pad to .text-pad-{dir} --- css/ink.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/css/ink.css b/css/ink.css index 4bf282c9..3d22ed45 100644 --- a/css/ink.css +++ b/css/ink.css @@ -226,11 +226,13 @@ table.columns .text-pad { padding-right: 10px; } -table.columns .left-text-pad { +table.columns .left-text-pad, +table.columns .text-pad-left { padding-left: 10px; } -table.columns .right-text-pad { +table.columns .right-text-pad, +table.columns .text-pad-right { padding-right: 10px; } @@ -738,11 +740,13 @@ body.outlook p { width: 9999px !important; } - table[class="body"] .right-text-pad { + table[class="body"] .right-text-pad, + table[class="body"] .text-pad-right { padding-left: 10px !important; } - table[class="body"] .left-text-pad { + table[class="body"] .left-text-pad, + table[class="body"] .text-pad-left { padding-right: 10px !important; } -- 2.47.3