summaryrefslogtreecommitdiff
path: root/index-css.txt
blob: 3aa160944164615cfa92f68c1f414f85f4f689d3 (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
37
38
body {
  background: #dedede;
}
div#content, div#footer {
  margin: 0;
  padding: 1em 2em;
  background: #dedede;
}
.box {
  border: 1px solid #aaa;
  background: white;
  padding: 5px;
  height: 100%;
}
.boxes {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.boxes > tbody > tr {
  background-color: inherit;
}
.boxes > tbody > tr > td {
  padding: 2px;
}
.boxes > tbody > tr > td:not(.wide) {
  width: 50%;
  height: 180px;
}
.boxes h2, .boxes h1 {
  margin-top: 0;
}
.versions tr:nth-child(even) {
  background: #eee;
}
.versions tr:nth-child(odd) {
  background: white;
}