merged
This commit is contained in:
commit
7d38c16329
|
@ -80,6 +80,17 @@ cursor:pointer;}
|
||||||
.mapList li:hover
|
.mapList li:hover
|
||||||
{color:#7e4444;}
|
{color:#7e4444;}
|
||||||
|
|
||||||
|
#nameList
|
||||||
|
{width:40%;}
|
||||||
|
|
||||||
|
#typeList
|
||||||
|
{width:25%;}
|
||||||
|
|
||||||
|
#countyList
|
||||||
|
{width:25%;}
|
||||||
|
|
||||||
|
#stateList
|
||||||
|
{width:10%;}
|
||||||
.map
|
.map
|
||||||
{float:left;
|
{float:left;
|
||||||
width:60%;
|
width:60%;
|
||||||
|
|
|
@ -42,10 +42,10 @@
|
||||||
<table id="mapList">
|
<table id="mapList">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Name</td>
|
<td id="nameList">Name</td>
|
||||||
<td>Type</td>
|
<td id="typeList">Type</td>
|
||||||
<td>County</td>
|
<td id="countyList">County</td>
|
||||||
<td>State</td>
|
<td id="stateList">State</td>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user