diff --git a/bootstrap.css b/bootstrap.css index c1ac5102f..c448c33c5 100644 --- a/bootstrap.css +++ b/bootstrap.css @@ -6,7 +6,7 @@ * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. - * Date: Mon Jan 23 15:07:02 PST 2012 + * Date: Mon Jan 23 15:15:08 PST 2012 */ article, aside, diff --git a/docs/assets/js/application.js b/docs/assets/js/application.js index 93f7ea719..2da4ab8e2 100644 --- a/docs/assets/js/application.js +++ b/docs/assets/js/application.js @@ -24,6 +24,7 @@ $(function(){ // table sort example if ($.fn.tableSorter) { $("#sortTableExample").tablesorter( { sortList: [[ 1, 0 ]] } ) + $(".tablesorter-example").tablesorter({ sortList: [[1,0]] }) } // add on logic diff --git a/docs/base-css.html b/docs/base-css.html index a869eecf8..91cb4ec70 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -27,86 +27,30 @@
-