source: binary-improvements/webserver/css/style.css@ 153

Last change on this file since 153 was 153, checked in by alloc, 10 years ago

Webserver files

  • Property svn:executable set to *
File size: 267 bytes
Line 
1html, body {
2 height: 100%;
3 margin: 0px;
4 padding: 0px;
5 background-color: #230000;
6}
7#map {
8 height: 100%;
9 margin: 0px;
10 padding: 0px;
11 background-color: #230000;
12}
13#info {
14 background-color: #aaaaaa;
15 position: absolute;
16 bottom: 10px;
17 left: 10px;
18}
Note: See TracBrowser for help on using the repository browser.