summaryrefslogtreecommitdiff
path: root/EndoForge/src/style.css
blob: 6a09746eec25526b529f68f250c5c30f4029751b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
th {
  text-align: left;
}

body {
  max-width: 800px;
  margin-left:auto;
  margin-right:auto;
  padding-left: 1em;
  padding-right: 1em;
}

table {
  width: 100%;
}

.indexcollastmod {
  white-space: nowrap;
  padding-left: 0.75em;
  padding-right: 0.75em;
}