summaryrefslogtreecommitdiff
path: root/util/master/style.css
blob: 638b51f80891259aba98415b76b59c48fa19b5ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  border: 1px solid gray;
}

div#table table {
  width: 100%;
}