Skip to content

Commit 79ec8a0

Browse files
committed
Trim CSS
1 parent 2532a56 commit 79ec8a0

1 file changed

Lines changed: 9 additions & 15 deletions

File tree

email.html

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
-ms-interpolation-mode: bicubic;
1414
max-width: 100%; }
1515

16-
.img-block {
17-
display: block; }
18-
1916
body {
17+
background-color: #f6f6f6;
2018
font-family: sans-serif;
2119
-webkit-font-smoothing: antialiased;
2220
font-size: 14px;
2321
line-height: 1.4;
22+
margin: 0;
23+
padding: 0;
2424
-ms-text-size-adjust: 100%;
2525
-webkit-text-size-adjust: 100%; }
2626

@@ -37,10 +37,6 @@
3737
/* -------------------------------------
3838
BODY & CONTAINER
3939
------------------------------------- */
40-
body {
41-
background-color: #f6f6f6;
42-
margin: 0;
43-
padding: 0; }
4440

4541
.body {
4642
background-color: #f6f6f6;
@@ -164,13 +160,6 @@
164160
border-color: #3498db;
165161
color: #ffffff; }
166162

167-
@media all {
168-
.btn-primary table td:hover {
169-
background-color: #34495e !important; }
170-
.btn-primary a:hover {
171-
background-color: #34495e !important;
172-
border-color: #34495e !important; } }
173-
174163
/* -------------------------------------
175164
OTHER STYLES THAT MIGHT BE USEFUL
176165
------------------------------------- */
@@ -272,7 +261,12 @@
272261
font-size: inherit !important;
273262
font-weight: inherit !important;
274263
line-height: inherit !important;
275-
text-decoration: none !important; } }
264+
text-decoration: none !important; }
265+
.btn-primary table td:hover {
266+
background-color: #34495e !important; }
267+
.btn-primary a:hover {
268+
background-color: #34495e !important;
269+
border-color: #34495e !important; } }
276270

277271
</style>
278272
</head>

0 commit comments

Comments
 (0)