There are some alignment issues in Chrome (44.0.2403.130 m) due to this user agent style sheets. How do I disable/override them?
These are the user agent style sheets (which are not there in my .css file) which I got when I inspected the element.
td, th {
display: inline;
vertical-align: inherit;
}
Inherited from
user agent stylesheet
table {
display: table;
border-collapse: collapse;
border-spacing: 2px;
border-color: grey;
}
My Jdev version is 11.1.1.7.0