Newer
Older
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
html {
font-family: Open Sans,Arial;
}
body {
color: #454545;
font-size: 16px;
margin: 1em auto;
max-width: 800px;
padding: 1em;
line-height: 1.4;
text-align: justify;
}
pre {
font-size:13px;
font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
}
a {
color: #07a;
}
a:visited {
color: #941352;
}
.centered {
text-align: center;
}
.justify-right {
display: flex;
justify-content: flex-end;
}
.justify-right > p {
margin: 0;
}
.header-container {
display: flex;
}
.header-date {
white-space: nowrap;
margin: 1em 1em 1em auto;
}