acme.mail.order
07-20-2006, 11:10 PM
There's a typo in the VBulletin CSS down around line 200-something.
SPAN.admintitle {color: #22229C;
font-weight: bold;
font-size: 11px;
font-famiy: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
background: #FFCC66; }
I also found out that FireFox's Javascript console catches CSS errors. Very handy.
SPAN.admintitle {color: #22229C;
font-weight: bold;
font-size: 11px;
font-famiy: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
background: #FFCC66; }
I also found out that FireFox's Javascript console catches CSS errors. Very handy.