blob: e54ba0fdf6e91f1ee6933e349122d689e779e4a1 (
plain)
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
|
body {
width: 40em;
margin: 1em 3em;
font-size: 16px;
line-height: 1.4em;
}
h1,h2,h3,h4,h5,h6 {
line-height: 1.4em;
}
h1 {
padding-bottom: 0.5em;
font-size: 26px;
}
h2 {
padding-bottom: 0.5em;
font-size: 22px;
}
pre {
padding: 1em;
font-size: 14px;
margin-bottom: 0.5em;
}
img {
width: auto;
height: auto;
max-width: 100%;
}
table {
border: 1px;
}
|