app/views/layouts/proclaim/subscription_mailer.html.erb in proclaim-0.3.0 vs app/views/layouts/proclaim/subscription_mailer.html.erb in proclaim-0.3.1
- old
+ new
@@ -17,10 +17,18 @@
{
width: 600px;
margin: 0 auto;
}
+ td.view_online
+ {
+ text-align: center;
+ font-size: smaller;
+ padding: 0 0 10px 0;
+ color: #888;
+ }
+
td.post_title
{
text-align: center;
border-bottom: solid 1px #ddd;
}
@@ -37,17 +45,17 @@
}
.mediumInsert.small
{
float: left;
+ max-width: 35%;
max-width: calc(33.33% + 40px);
min-height: 18px;
}
.mediumInsert img
{
- display: block;
margin: 0px;
vertical-align: top;
max-width: 600px;
border: 0px none;
}
@@ -60,9 +68,10 @@
figure.mediumInsert-images
{
width: 100%;
margin: 0px;
text-align: center;
+ display: inline-block;
}
figure.mediumInsert-images.small
{
padding-bottom: 18px;