https://bugs.freedesktop.org/show_bug.cgi?id=81277
--- Comment #2 from Jay Philips <[email protected]> --- Digging into the html code, the table border property is set to 0, but each cell has a css class equal to 'bordered', which is: .bordered { border: 1px solid #000; padding: 0; } With the table headers that are missing a background color, the rows have the css class equal to 'bg-gray', which is: .bg-gray { background: #eee; } I believe that LibO is ignoring most CSS styles defined in <style> tags and putting in standard text document styles instead of default html styles, as further illustrated with bug 81297. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
