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

Last change on this file since 149 was 149, checked in by alloc, 11 years ago

Webserver files

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