From 3285b0335363b8305bbca42dd92734d0820ebd13 Mon Sep 17 00:00:00 2001 From: magikstm Date: Sun, 11 Nov 2018 17:49:48 -0500 Subject: [PATCH] Fix issue 432 - pure-table-bordered issues pure-table-bordered don't work when td has rowspan attribute on ie11,firefox 35 --- src/tables/css/tables.css | 7 ------- 1 file changed, 7 deletions(-) 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;