Border in IE looks thicker than in Chrome

Nazwa

New Member
I got the following problem: I've created a html table. On some columns of that table my css applies a right border with the following syntax:\[code\] .right-border { border-right: 1px solid @tableBorderColor; }\[/code\]The border looks fine in Chrome. However when I switch to IE the border looks like it would be 2px instead of 1px. Does anybody know how to fix this?
 
Back
Top