Soul(GG) Posted November 14, 2005 Posted November 14, 2005 Hi I have a small problem that I can't find where I change my borders in IPB 2.1.0. Let me define which borders I'm talking about: I need to know what class they go under so I can change the color on it. I'd appreciate a speedy answer by anyone. Thanks, Soul
bfarber Posted November 14, 2005 Posted November 14, 2005 It's the table background color, forget which class it is off the top of my head. The border effect is created by setting cellspacing=1 in the table cells.
JohnJH Posted November 14, 2005 Posted November 14, 2005 Should get you started.borderwrap, .borderwrapm{ /* this will affect the outlining border of all the tables and boxes through-out the skin. */ background: #FFF; border: 1px solid #072A66; padding: 0px; margin: 0px; }
Recommended Posts
Archived
This topic is now archived and is closed to further replies.