Vector and Monobook contains
/* Tables */
table {
/* we don't want the bottom borders of <h2>s to be visible through * floated tables */ background-color: white;
}
Bug 26449 added
h1, h2, h3, h4, h5, h6 { overflow: hidden }
to all skins. So the bottom border of h2 can not go through floating tables. table { background-color: white; } is no longer necessary.
a lot of more specific
table { background-color: transparent; }
can be removed.
Version: unspecified
Severity: enhancement