about summary refs log tree commit diff
path: root/gopher-proxy.css
blob: f7ee278e387d6712b2d445a01e8491b8976d346f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
body {
  font-family: monospace;
  font-size: 100%;
  white-space: pre-wrap;
}

a:link, a:visited {
  color: blue;
}

.error {
  color: red;
}

ul {
  padding:0;
  margin:0;
  list-style:none;
}

li {
  line-height:1em;
  min-height:1em;
}