This commit is contained in:
Sanj 2011-08-31 19:09:03 +05:30
commit 7d38c16329
2 changed files with 15 additions and 4 deletions

View File

@ -80,6 +80,17 @@ cursor:pointer;}
.mapList li:hover
{color:#7e4444;}
#nameList
{width:40%;}
#typeList
{width:25%;}
#countyList
{width:25%;}
#stateList
{width:10%;}
.map
{float:left;
width:60%;

View File

@ -42,10 +42,10 @@
<table id="mapList">
<thead>
<tr>
<td>Name</td>
<td>Type</td>
<td>County</td>
<td>State</td>
<td id="nameList">Name</td>
<td id="typeList">Type</td>
<td id="countyList">County</td>
<td id="stateList">State</td>
</tr>
</thead>
<tbody>