summaryrefslogtreecommitdiff
path: root/style.css
blob: eb41428b1dd6f0c2b0b5d1e512d3e1f9f4389d65 (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 {
  background: white;
  line-height: 1.5;
  margin: 3em auto;
  padding: 0 3em; /* Fix for Dillo */
  font-family: sans-serif;
  max-width: 72ch;
}
h1 {
  margin-top: 0.25em;
  margin-bottom: 0.25em
}
img {
  border: 0;
  max-width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
}
figure {
  text-align: center;
  margin: 1em;
}
footer {
  text-align: center;
  margin-top: 2em;
  clear: both;
}
pre {
  padding: 0.25em;
  background: #f7f7f7;
  border-left: solid 2px #ccc;
}
.date {
  font-style: italic;
  float: right;
}