From 58ca5aea006649dad661879e34aee2344f348503 Mon Sep 17 00:00:00 2001 From: Marco Pracucci Date: Mon, 28 Jul 2014 15:56:09 +0200 Subject: [PATCH] Remove '&' in order to avoid issues with escaping --- css/ink.css | 156 ++++++++++++++++++++++++++-------------------------- 1 file changed, 78 insertions(+), 78 deletions(-) diff --git a/css/ink.css b/css/ink.css index 881c88cf..92b14dc8 100644 --- a/css/ink.css +++ b/css/ink.css @@ -2,51 +2,51 @@ * Ink v1.0.5 - Copyright 2013 ZURB Inc * **********************************************/ -/* Client-specific Styles & Reset */ +/* Client-specific Styles and Reset */ -#outlook a { - padding:0; -} +#outlook a { + padding:0; +} -body{ - width:100% !important; +body{ + width:100% !important; min-width: 100%; - -webkit-text-size-adjust:100%; - -ms-text-size-adjust:100%; - margin:0; + -webkit-text-size-adjust:100%; + -ms-text-size-adjust:100%; + margin:0; padding:0; } /* .ExternalClass applies to Outlook.com (the artist formerly known as Hotmail) */ - -.ExternalClass { + +.ExternalClass { width:100%; -} - -.ExternalClass, -.ExternalClass p, -.ExternalClass span, -.ExternalClass font, -.ExternalClass td, -.ExternalClass div { - line-height: 100%; -} - -#backgroundTable { - margin:0; - padding:0; - width:100% !important; - line-height: 100% !important; -} - -img { - outline:none; - text-decoration:none; +} + +.ExternalClass, +.ExternalClass p, +.ExternalClass span, +.ExternalClass font, +.ExternalClass td, +.ExternalClass div { + line-height: 100%; +} + +#backgroundTable { + margin:0; + padding:0; + width:100% !important; + line-height: 100% !important; +} + +img { + outline:none; + text-decoration:none; -ms-interpolation-mode: bicubic; width: auto; - max-width: 100%; - float: left; - clear: both; + max-width: 100%; + float: left; + clear: both; display: block; } @@ -55,7 +55,7 @@ center { min-width: 580px; } -a img { +a img { border: none; } @@ -68,12 +68,12 @@ table { border-collapse: collapse; } -td { +td { word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; - border-collapse: collapse !important; + border-collapse: collapse !important; } table, tr, td { @@ -83,9 +83,9 @@ table, tr, td { } hr { - color: #d9d9d9; - background-color: #d9d9d9; - height: 1px; + color: #d9d9d9; + background-color: #d9d9d9; + height: 1px; border: none; } @@ -102,8 +102,8 @@ table.container { text-align: inherit; } -table.row { - padding: 0px; +table.row { + padding: 0px; width: 100%; position: relative; } @@ -124,7 +124,7 @@ table.column { table.columns td, table.column td { - padding: 0px 0px 10px; + padding: 0px 0px 10px; } table.columns td.sub-columns, @@ -285,7 +285,7 @@ table.column .text-pad-right { width:52px; } -/* Alignment & Visibility Classes */ +/* Alignment and Visibility Classes */ table.center, td.center { text-align: center; @@ -319,13 +319,13 @@ img.center { /* Typography */ -body, table.body, h1, h2, h3, h4, h5, h6, p, td { +body, table.body, h1, h2, h3, h4, h5, h6, p, td { color: #222222; - font-family: Helvetica, Arial, sans-serif; - font-weight: normal; - padding:0; + font-family: Helvetica, Arial, sans-serif; + font-weight: normal; + padding:0; margin: 0; - text-align: left; + text-align: left; line-height: 1.3; } @@ -346,7 +346,7 @@ p.lead, p.lede, p.leed { line-height:21px; } -p { +p { margin-bottom: 10px; } @@ -355,48 +355,48 @@ small { } a { - color: #2ba6cb; + color: #2ba6cb; text-decoration: none; } -a:hover { +a:hover { color: #2795b6 !important; } -a:active { +a:active { color: #2795b6 !important; } -a:visited { +a:visited { color: #2ba6cb !important; } -h1 a, -h2 a, -h3 a, -h4 a, -h5 a, +h1 a, +h2 a, +h3 a, +h4 a, +h5 a, h6 a { color: #2ba6cb; } -h1 a:active, -h2 a:active, -h3 a:active, -h4 a:active, -h5 a:active, -h6 a:active { - color: #2ba6cb !important; -} - -h1 a:visited, -h2 a:visited, -h3 a:visited, -h4 a:visited, -h5 a:visited, -h6 a:visited { - color: #2ba6cb !important; -} +h1 a:active, +h2 a:active, +h3 a:active, +h4 a:active, +h5 a:active, +h6 a:active { + color: #2ba6cb !important; +} + +h1 a:visited, +h2 a:visited, +h3 a:visited, +h4 a:visited, +h5 a:visited, +h6 a:visited { + color: #2ba6cb !important; +} /* Panels */ @@ -522,7 +522,7 @@ table.medium-button td a:visited, table.large-button:hover td a, table.large-button:active td a, table.large-button td a:visited { - color: #ffffff !important; + color: #ffffff !important; } table.secondary td { -- 2.47.2