-
Notifications
You must be signed in to change notification settings - Fork 23
/
normalize.css
64 lines (63 loc) · 1.09 KB
/
normalize.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
/* Normalize.css */
/* Contents of this file must be inlined to your newsletter in production */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
li a,
p a {
/* Set sexy underline styling for links except images */
text-decoration: none;
color: #2837b8 !important;
border-bottom: #d3d6f0 1px solid;
}
h1 {
/* Mail.ru <h1> styling fix */
font-size: 2em;
line-height: initial;
margin: 0.67em 0;
padding: 0;
}
table {
/* Null tables spaces */
border-spacing: 0;
border-collapse: collapse;
}
table td {
padding: 0;
}
table th {
padding: 0;
font-weight: normal;
}
img {
/* Flexible images fix + prevent any borders for images */
max-width: 100%;
border: 0;
outline: 0;
/* Set image's ALT text styling */
color: #2837b8;
font-size: 14px;
}
ol,
ul {
/* We don't touch horizontal margins to prevent hiding bullets in Oultook */
margin-top: 1em;
margin-bottom: 2em;
}
ol li,
ul li {
line-height: 1.6em;
margin: 0.5em 0;
}
p {
line-height: 1.6em;
margin: 1em 0;
}
span.code {
/* Monospace emphasis for code examples */
font-family: consolas, courier, monospace;
color: grey;
}