PDA

View Full Version : block-start .tablebg


dirt
14 May 08, 19:10
Here is my problem:

.block-start .tablebg {
border-top-width: 0;
border-bottom-width: 0;
border-color: #b4b9bf;

I want both sides to be as thick, now the right side is thicker, because there is some extra line there. If I change the border color to white, it doesn't have a boarder on the left side, but does on the right. So there are two lines on the right side, and I need to get rid of the other one.

CyberAlien
15 May 08, 23:01
border-left: solid 2px #b4b9bf;
border-right: solid 1px #b4b9bf;
border-top-width: 0;
border-bottom-width: 0;