diff --git a/src/tables/css/tables.css b/src/tables/css/tables.css index fdd0e7898..4f2f895b7 100644 --- a/src/tables/css/tables.css +++ b/src/tables/css/tables.css @@ -23,13 +23,6 @@ padding: 0.5em 1em; /* cell padding */ } -/* Consider removing this next declaration block, as it causes problems when -there's a rowspan on the first cell. Case added to the tests. issue#432 */ -.pure-table td:first-child, -.pure-table th:first-child { - border-left-width: 0; -} - .pure-table thead { background-color: #e0e0e0; color: #000;