summaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorVikrant Chaudhary <nasa42@gmail.com>2015-10-19 21:50:15 +0530
committerVikrant Chaudhary <nasa42@gmail.com>2015-10-19 21:50:15 +0530
commit1e668d18eb78cba075f0298f4b84cf3aac84b21a (patch)
tree468f7d572c853ff6575b59ac79d19aa40af0088b /themes
parente2df4d518c7a979ce0e31bb1bc47d28537476c6e (diff)
TWiR Release 101 (19 Ocotber 2015).
Diffstat (limited to 'themes')
-rw-r--r--themes/newsletter/templates/base.html36
-rw-r--r--themes/rusted/static/css/_layout.scss8
2 files changed, 29 insertions, 15 deletions
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;
+ }
</style>
</head>
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
+}