Sha256: 20a9618e91aaae582824ab25db20623b3d2631ec4acfe69e5f1f20e89ce9ea0f
Contents?: true
Size: 1.13 KB
Versions: 4
Compression:
Stored size: 1.13 KB
Contents
/* Based on https://templates.mailchimp.com/development/css/reset-styles/ by Mailchimp */ body, .body { margin: 0; Margin: 0; padding: 0; border: 0; outline: 0; width: 100%; min-width: 100%; height: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; font-family: $font-family-sans-serif; line-height: $line-height-base * $font-size-base; font-weight: normal; font-size: $font-size-base; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } img { border: 0 none; height: auto; line-height: 100%; outline: none; text-decoration: none; } a img { border: 0 none; } // don't apply to spacers table:not([class^=s-]) { font-family: $font-family-sans-serif; mso-table-lspace: 0pt; mso-table-rspace: 0pt; } table:not([class^=s-]) { border-spacing: 0px; border-collapse: collapse; td { border-spacing: 0px; border-collapse: collapse; } } // to fix centering in yahoo table[align=center] { margin: 0 auto; } th, td, p { text-align: left; line-height: $line-height-base * $font-size-base; font-size: $font-size-base; margin: 0; }
Version data entries
4 entries across 4 versions & 1 rubygems