diff --git a/single-column/build.html b/single-column/build.html index df79282..6b20fc8 100644 --- a/single-column/build.html +++ b/single-column/build.html @@ -1,10 +1,20 @@ - + + + - + + Single Column diff --git a/single-column/source/single-column.html b/single-column/source/single-column.html index 0e948f5..eddc6cb 100644 --- a/single-column/source/single-column.html +++ b/single-column/source/single-column.html @@ -1,11 +1,20 @@ - - + + + + - + + Single Column diff --git a/single-column/source/styles.css b/single-column/source/styles.css index 10ca383..6255aaa 100644 --- a/single-column/source/styles.css +++ b/single-column/source/styles.css @@ -77,3 +77,13 @@ hr { text-align: left; color: #333333; } + +a[href^="x-apple-data-detectors:"], +a[x-apple-data-detectors] { + color: inherit !important; + text-decoration: none !important; + font-size: inherit !important; + font-family: inherit !important; + font-weight: inherit !important; + line-height: inherit !important; +} \ No newline at end of file diff --git a/three-cols-images/build.html b/three-cols-images/build.html index 678b7e4..7eb72e0 100644 --- a/three-cols-images/build.html +++ b/three-cols-images/build.html @@ -1,10 +1,20 @@ - + + + - + + Three columns with images diff --git a/three-cols-images/source/styles.css b/three-cols-images/source/styles.css index bbc0694..c3ea2cb 100644 --- a/three-cols-images/source/styles.css +++ b/three-cols-images/source/styles.css @@ -110,3 +110,13 @@ hr { .subtitle { padding-bottom: 6px; } + +a[href^="x-apple-data-detectors:"], +a[x-apple-data-detectors] { + color: inherit !important; + text-decoration: none !important; + font-size: inherit !important; + font-family: inherit !important; + font-weight: inherit !important; + line-height: inherit !important; +} \ No newline at end of file diff --git a/three-cols-images/source/three-cols-images.html b/three-cols-images/source/three-cols-images.html index e55a63b..85b0f6b 100644 --- a/three-cols-images/source/three-cols-images.html +++ b/three-cols-images/source/three-cols-images.html @@ -1,11 +1,20 @@ - - + + + + - + + Three columns with images diff --git a/two-cols-simple/build.html b/two-cols-simple/build.html index ad712bc..da992b7 100644 --- a/two-cols-simple/build.html +++ b/two-cols-simple/build.html @@ -1,10 +1,20 @@ - + + + - + + Two Columns to Rows (Simple) diff --git a/two-cols-simple/source/styles.css b/two-cols-simple/source/styles.css index ac43356..ff22d8a 100644 --- a/two-cols-simple/source/styles.css +++ b/two-cols-simple/source/styles.css @@ -86,3 +86,13 @@ hr { color: #333333; width: 100%; } + +a[href^="x-apple-data-detectors:"], +a[x-apple-data-detectors] { + color: inherit !important; + text-decoration: none !important; + font-size: inherit !important; + font-family: inherit !important; + font-weight: inherit !important; + line-height: inherit !important; +} \ No newline at end of file diff --git a/two-cols-simple/source/two-cols-simple.html b/two-cols-simple/source/two-cols-simple.html index 42a0867..694de83 100644 --- a/two-cols-simple/source/two-cols-simple.html +++ b/two-cols-simple/source/two-cols-simple.html @@ -1,11 +1,20 @@ - - + + + + - + + Two Columns to Rows (Simple)