From 31357392e3bb57e533f4ca9442e0283ed29d1622 Mon Sep 17 00:00:00 2001 From: eladxxx Date: Fri, 2 May 2014 01:47:37 +0300 Subject: [PATCH] Let Bootstrap dictate these. --- integration/bootstrap/3/dataTables.bootstrap.css | 9 --------- 1 file changed, 9 deletions(-) diff --git a/integration/bootstrap/3/dataTables.bootstrap.css b/integration/bootstrap/3/dataTables.bootstrap.css index ce71b44..f463264 100644 --- a/integration/bootstrap/3/dataTables.bootstrap.css +++ b/integration/bootstrap/3/dataTables.bootstrap.css @@ -103,15 +103,6 @@ table.table thead .sorting_desc:after { content: '\e156'; } table.table thead .sorting_asc_disabled:after { content: '\e155'; opacity: 0.2; } table.table thead .sorting_desc_disabled:after { content: '\e156'; opacity: 0.2; } -table.dataTable thead > tr > th { - padding-left: 0; - padding-right: 18px; -} -html[dir='rtl'] table.dataTable thead > tr > th { - padding-left: 18px; - padding-right: 0; -} - table.dataTable th:active { outline: none; }