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