Have you noticed any issues with Chrome version 16.0.912.63?
I have applied the following CSS:
#wholesale {
margin: 0px 0px;
width: 930px;
text-align: center;
display: table;
border-top: 12px solid;
line-height: 24px;
}
However, I am encountering a problem where the box appears to be 12px too wide (942px):
If I remove the border-top declaration, the width is correct at 930px. You can observe this behavior in the specified version of Chrome on this page.
Previous versions of Firefox 8.0.1, Safari Version 5.1.2 (7534.52.7), and older versions of Chrome were displaying correctly.