Here's the CSS used by the PEBA as sent to me by Corsairs and developed by one of his league members:
PHP Code:
/* Division Block */
.wdgT
{
width:170px;
margin-bottom:5px;
}
/* Column Headers */
.wdgH td
{
font-size:10px;
font-weight:bold;
text-align:center;
width:23px;
border-bottom:1px solid black;
}
/* Win, Loss and GB columns */
.wdg1 td,
.wdg2 td
{
width:23px;
font-size:10px;
text-align:center;
}
/* Team Name Column */
.wdg1 .wdg1_l,
.wdg2 .wdg2_l
{
font-size:12px;
width:101px;
text-align:left;
}
/* Divison Name Headers */
.wdgH .wdgH_l
{
width:101px;
text-align:left;
}