changing widths
This commit is contained in:
parent
ee34919e6a
commit
136f4cd077
|
@ -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%;
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user