|
|
|
Junior Member
      
Group: Forum Members
Last Login: 15/02/2007 18:32:00
Posts: 23,
Visits: 91
|
|
| Hey all, I'm trying to figure out why the left and right borders in my center tables are a little thicker than the top and bottom. First look here: http://www.warrengene.com/forums/ If you look at the forum listing table, you'll see that the dark borders seem thicker on the left and right sides. This also happens at the bottom table for Forum Activity. I attached an image with an arrow pointing to the thicker border. I've been though the CSS file (obviously to change the look of my forum) and can't seem to put together how to make the border uniform around the entire table.
|
|
|
|
|
Supreme Being
      
Group: Customers
Last Login: 30/12/2008 00:19:04
Posts: 693,
Visits: 2,419
|
|
It might be the following css class:
/* This should be the darker color of the two colors */.ForumsBody2
{ font-family: Arial, Verdana, Tahoma ; font-size: 8pt ; font-weight: normal ; color: #999999 ; background-color: #101010 ; border-bottom: 1px #101010 solid ; border-right: 1px #101010 solid ; border-left: 1px #101010 solid ; border-top: 1px #101010 solid ;
} You might not have the border as the same color as the background??? FYI : This is in 4.1.2. I know that some of the css classes in 4.1.3 now have a different name. I didn't have much time to research this, so this is off the top if my head. Hope it does the trick.
..:: Bare ::.. http://www.livingformetal.com
|
|
|
|
|
Junior Member
      
Group: Forum Members
Last Login: 15/02/2007 18:32:00
Posts: 23,
Visits: 91
|
|
| Hey Bare, Thanks for the reply. I decided to "dig in" a little more today and finally figured out where I had to make the change. I'm using 4.1.3, and removed the border CSS under this class: .PanelBar_OuterTable. Got it looking the way I want now.
|
|
|
|
|
Supreme Being
      
Group: Customers
Last Login: 30/12/2008 00:19:04
Posts: 693,
Visits: 2,419
|
|
warble (6/24/2006)
Hey Bare, Thanks for the reply. I decided to "dig in" a little more today and finally figured out where I had to make the change. I'm using 4.1.3, and removed the border CSS under this class: .PanelBar_OuterTable. Got it looking the way I want now. Sweet!!! The CSS stuff is definitely different between 4.1.2 & 4.1.3. Glad you figured it out
..:: Bare ::.. http://www.livingformetal.com
|
|
|
|
|
Junior Member
      
Group: Forum Members
Last Login: 15/02/2007 18:32:00
Posts: 23,
Visits: 91
|
|
Yeah, I remembered the documentation has the class name changes too. I just hope we can keep rolling along with version updates and keep the class changes to a minimum.
|
|
|
|