From 3534980b4dad60a8155daaffbc682213a36a8ceb Mon Sep 17 00:00:00 2001 From: Justin Walsh Date: Thu, 6 Jun 2013 15:20:28 -0500 Subject: [PATCH] Adding bootstrap table class --- index.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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"); + +