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 .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%;

View File

@ -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>