View Single Post
Old 11-02-2009, 03:02 PM   #201
fhomess
Hall Of Famer
 
fhomess's Avatar
 
Join Date: Nov 2002
Posts: 3,651
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;

__________________
StatsLab- PHP/MySQL based utilities for Online Leagues
Baseball Cards - Full list of known templates and documentation on card development.
fhomess is offline   Reply With Quote