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