summaryrefslogtreecommitdiff
path: root/demo/war/stylesheets/main.css
blob: 80b8361a462460143b63dd1ff0a06109a4176908 (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
body {
  font-family: "Trebuchet MS", Arial, sans-serif;
}
table, th, td {
  border: 1px solid #D4E0EE;
  border-collapse: collapse;
  color: #555;
}

td, th {
  padding: 4px;
}

thead {
  text-align: center;
  background: #E6EDF5;
  color: #4F76A3
}

th {
  text-align: left;
}

div {
  padding: 10px;
}