Topic: removing top thick border

I'm trying to remove the top border which is a few pixels thicker than the sides and bottom on my different categories.  It looks to me like that div class is "box" like all the others, but I cannot find anything in the css code where it has a thicker top border?

Re: removing top thick border

Here in your .css sheet...

/* 4.2 Special settings for the board header. */

#brdheader DIV.box {BORDER-TOP-WIDTH: 4px}

3 (edited by deronsizemore 2006-05-22 13:49)

Re: removing top thick border

EDIT:  Figured it out.  Thanks!  :-)