diff --git a/index.php b/index.php index a6dfe6d..66c2d1e 100644 --- a/index.php +++ b/index.php @@ -859,10 +859,6 @@ $tree = get_tree("docs"); padding: 0; } - table { - width: 100%; - } - .footer { position: fixed; bottom:0; @@ -891,6 +887,9 @@ $tree = get_tree("docs"); $(this).parent().siblings().find('ul').slideUp(); $(this).next().slideToggle(); }); + + // Bootstrap Table Class + $('table').addClass('table'); }); @@ -927,6 +926,8 @@ $tree = get_tree("docs"); + +