From 1e668d18eb78cba075f0298f4b84cf3aac84b21a Mon Sep 17 00:00:00 2001 From: Vikrant Chaudhary Date: Mon, 19 Oct 2015 21:50:15 +0530 Subject: TWiR Release 101 (19 Ocotber 2015). --- themes/newsletter/templates/base.html | 36 ++++++++++++++++++++++------------- themes/rusted/static/css/_layout.scss | 8 ++++++-- 2 files changed, 29 insertions(+), 15 deletions(-) (limited to 'themes') diff --git a/themes/newsletter/templates/base.html b/themes/newsletter/templates/base.html index bf2edaa..ee04d30 100644 --- a/themes/newsletter/templates/base.html +++ b/themes/newsletter/templates/base.html @@ -42,33 +42,33 @@ td .wrapper { padding:6px 12px 1px; } - + table .row-container{ - width:100%; + width:100%; } table .wrapper-container-01 { width:50% } - + table .wrapper-container-02{ text-align:right; width:50%; } - + .wrapper-header-01{ line-height:27px; font-size:23px; font-weight:bold; color:#444444 } - + .wrapper-header-02{ font-size:16px; line-height:36px; font-weight:normal; color:#444444; - } + } tr .footer { border-top: 1px solid #e6e6e6; @@ -84,7 +84,7 @@ color: #444444; } - body, table.body, h1, h2, h3, h4, h5, h6, p, td { + body, table.body, h1, h2, h3, h4, h5, h6, p, td { font-family: 'Helvetica Neue', Helvetica, sans-serif; } @@ -140,27 +140,37 @@ ul { margin-top: 0px; } - + .rust-container{ padding:16px 12px 12px 12px; } - + .rust-row{ border-collapse:collapse; width:100% - } - + } + .wrapper-image{ width:30px; vertical-align:bottom; - } - + } + .emoji { width: 20px; height: 20px; vertical-align: middle; border: 0px none; } + + blockquote { + white-space: pre-line; + color: #828282; + border-left: 4px solid #E8E8E8; + padding-left: 15px; + font-size: 18px; + letter-spacing: -1px; + font-style: italic; + } diff --git a/themes/rusted/static/css/_layout.scss b/themes/rusted/static/css/_layout.scss index d5980c7..773c0ac 100644 --- a/themes/rusted/static/css/_layout.scss +++ b/themes/rusted/static/css/_layout.scss @@ -113,7 +113,7 @@ body > footer { font-weight: bold; } - h1 { + h1 { font-size: 24px; } @@ -130,9 +130,13 @@ body > footer { } } +blockquote { + white-space: pre-line; +} + .emoji { width: 20px; height: 20px; vertical-align: middle; border: 0px none; -} \ No newline at end of file +} -- cgit v1.2.3