Currently my pagination looks as such:
I\'m trying to work out how to remove t
This issue has already been noted in their bug database. You do not need to hack the css.
bootstrap pagination looks bad #39
No need to include DataTables' own stylesheet (jquery.dataTables.css) since Bootstrap and the integration file provide everything that is needed.
So just delete jquery.dataTables.css
, and keep dataTables.bootstrap.min.css
in your html style sheets.