29 lines
378 B
CSS
29 lines
378 B
CSS
#map
|
|
{
|
|
clear:left;
|
|
width:600px;
|
|
height:400px;
|
|
float:left;
|
|
}
|
|
#spatial
|
|
{
|
|
width:250px;
|
|
float:left;
|
|
padding:10px;
|
|
}
|
|
#spatial ul,#help ul
|
|
{
|
|
list-style:none;
|
|
padding-left:1em;
|
|
margin:10px;
|
|
text-indent:-1em;
|
|
}
|
|
#help
|
|
{
|
|
clear:both;
|
|
background:#eee;
|
|
padding:10px;
|
|
width:90%;
|
|
}
|
|
#help ul li {white-space:normal;}
|