summaryrefslogtreecommitdiffstats
path: root/examples/nodejs-mongodb-mongoose-restify/app/css/layout.css
blob: a5aa0fce8632f22fba9a70f4a43fbc6f85ce7acc (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
body {
  margin: 0;
  padding: 0;
}

.about {
  margin: auto;
  width: 960px; 
}

.container {
  margin: auto;
  width: 960px; 
}
.page {
  margin: 10px 0 10px 0;
}
.submenu {
  width: 200px;
  float: left;
}
.content {
  width: 460px;
  float: left;
}

.resources {
  margin: auto;
  width: 960px; 
}