aboutsummaryrefslogtreecommitdiff
path: root/info2html.css
blob: bfa16f710ef691cabf8a1d9745753f66a21ededb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
body {
  margin: 2em;
  max-width: 72ch;
  line-height: 1.35em;
}
.nav a {
  display: inline-block;
  padding-left:  0.5em;
  padding-right: 0.5em;
  white-space: nowrap;
  line-height: 1.5em;
}
.nav {
  border: 1px #ddd solid;
  padding: 0.5em;
  background-color: #f7f7f7;
  text-align: center;
}