diff --git a/docs/example-widget-bootstrap-theme.html b/docs/example-widget-bootstrap-theme.html index 443a7a56..ba4093fe 100644 --- a/docs/example-widget-bootstrap-theme.html +++ b/docs/example-widget-bootstrap-theme.html @@ -9,7 +9,7 @@ - + @@ -29,6 +29,7 @@ // these classes are added to the table. To see other table classes available, // look here: http://twitter.github.com/bootstrap/base-css.html#tables table : 'table table-bordered', + caption : 'caption', header : 'bootstrap-header', // give the header a gradient background footerRow : '', footerCells: '', @@ -282,7 +283,7 @@

Page Header

<!-- Bootstrap stylesheet -->
-<link rel="stylesheet" href="/css/bootstrap.min.css">
+<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css">
 
 <!-- bootstrap widget theme -->
 <link rel="stylesheet" href="/tablesorter/css/theme.bootstrap.css">
diff --git a/docs/themes.html b/docs/themes.html
index f142702d..b4f4f24e 100644
--- a/docs/themes.html
+++ b/docs/themes.html
@@ -22,7 +22,7 @@
 	
 
 	
-	
+