changing widths

This commit is contained in:
Karen 2011-08-31 19:04:13 +05:30
parent ee34919e6a
commit 136f4cd077
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>