QA Fixes. Litmus Testing

This commit is contained in:
Manny.Muriel
2016-08-19 15:50:17 -07:00
committed by Mark Moser
parent 4a3b29eb2a
commit c6f5577670
4 changed files with 14 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -27,7 +27,7 @@ a {
font-weight:300;
word-break: break-word;
strong {
font-weight:500;
font-weight:bold;
}
}
.email-copyright {
@ -40,4 +40,8 @@ a {
text-align: right;
vertical-align: bottom;
}
.email-bg {
background:#fef035 !important;
background-color:#fef035 !important;
}
}