PDA

View Full Version : Style sheet error


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.

Mikey-San
07-21-2006, 01:40 AM
That's not the only error.

"Arial" is listed before "Helvetica". ;-)