I changed the following to 300
.tableListings {
width: 300px;
border: 1px solid #006699;
margin: 0px;
padding: 0px;
and
.tableTitle {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #004262;
width: 300px;
text-align: left;
vertical-align: middle;
font-weight: bold;
padding: 2px;
I edited the page directly on the server so I know it's 'put'
|