source: trunk/src_map/style/stylesheet.css@ 7665

Last change on this file since 7665 was 7664, checked in by janveeden, 15 years ago

Stylesheet made. Positioned divs. Temporary borders added.

File size: 420 bytes
Line 
1#mainwrapper {
2font-family: Verdana, Serif, Times;
3color: black;
4background-color: white;
5width: 750px;
6border: 1px solid black;
7}
8
9#mapcanvas {
10width: 550px;
11height: 400px;
12border: 1px solid black;
13float: left;
14}
15
16#infowrapper {
17margin-left: 550px;
18width: 200px;
19height: 400px;
20border: 1px solid black;
21}
22
23#navigation {
24margin-top: 5px;
25height: 100px;
26width: 750px;
27border: 1px solid black;
28}
Note: See TracBrowser for help on using the repository browser.