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

Last change on this file since 7674 was 7674, checked in by janveeden, 16 years ago

Did css for info spaces. Also resized mapwidth.

File size: 529 bytes
Line 
1#mainwrapper {
2font-family: Verdana, Serif, Times;
3background-color: white;
4width: 750px;
5}
6
7#mapcanvas {
8width: 575px;
9height: 400px;
10float: left;
11}
12
13#infowrapper {
14margin-left: 575px;
15width: 175px;
16height: 400px;
17}
18
19#infotop {
20border: 2px solid black;
21height: 243px;
22width: 100%;
23}
24
25
26#infobottom {
27border: 2px solid black;
28height: 145px;
29width: 100%;
30margin-top: 5px;
31}
32
33#navigation {
34margin-top: 5px;
35height: 100px;
36width: 750px;
37color: red;
38}
39
40td {
41vertical-align: top;
42color: red;
43}
Note: See TracBrowser for help on using the repository browser.