aboutsummaryrefslogtreecommitdiff
path: root/web/public/stylesheets/style.css
blob: c3bd05c059c4a3c8ca6e9e36e29fad87591a8b69 (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
html, body {
  height: 100%;
  overflow: hidden;
}
#map {
  width: 65%;
  height: 100%;
  float: right;
}
body {
  margin:0;
  padding:0px;
  font:14px "Lucida Grande", Helvetica, Arial, sans-serif;
}
a {
  color:#00B7FF;
}
#sidebar {
  width: 35%;
  height: 100%;
  float: left;
  background-color: #e70000;
}
h1 {
  text-align: center;
}