bootstrap-css-tweaks.js 142 Bytes
jQuery(function($) {
  $('table.docutils').addClass('table table-striped table-bordered');
  $('table.docutils').removeClass('docutils');
});