aboutsummaryrefslogtreecommitdiffstats
path: root/packages/torouter-web/static/main.css
blob: 41cb47f13eef0bb63085625808e91bd114e69477 (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

/* Clear all */
body { margin: 0;border: 0;padding: 0; }

div.wrapper {
  width: 800px;
  margin: 0 auto;
}

div.footer {
  background-color: #CCC;
  color: white;
}

div.header {
  color: white;
}

div.header ul {
  list-style: none;
  height: 20px;
}

div.header ul li {
  float: left;
  padding: 5px 10px;
}