about summary refs log tree commit diff
path: root/doc/rust.css
blob: 9e77ca43811813efd03e0d4db1adfb2734b8bc68 (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
body {
  padding: 1em;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
}

body {
  padding: 1em 6em;
  max-width: 50em;
}

h1 { font-size: 22pt; }
h2 { font-size: 17pt; }
h3 { font-size: 14pt; }

pre {
  margin: 1.1em 0;
  padding: .4em .4em .4em 1em;
  font-size: 120%;
}

a, a:visited, a:link {
  text-decoration: none;
  color: #00438a;
}