diff --git a/docs/base-css.html b/docs/base-css.html index 92117b80ef..bcb0c7d218 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -181,7 +181,7 @@
Full Name
- first.last@gmail.com + first.last@gmail.com
@@ -767,63 +767,17 @@ -

5. Striped table w/ TableSorter.js

+

5. Combine them all!

-

Include the jQuery Tablesorter plugin and automatically get clear styles for sorted columns.

-
-<script src="jquery.tablesorter.js"></script>
-<script >
-  $(function() {
-    $("table#sortTableExample")
-    .tablesorter({
-      sortList: [[1,0]]
-    });
-  });
-</script>
-<table class="table table-striped">
-  …
+      

Feel free to combine any of the table classes to achieve different looks by utilizing any of the available classes.

+
+<table class="table table-striped table-bordered table-condensed">
+  ...
 </table>
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
#First NameLast NameLanguage
1MarkOttoCSS
2JacobThorntonJavascript
3StuDentHTML
4BrosefStalinHTML
-

Styles for the Tablesorter, zebra striping, borders, and condensing may all compound in any variation to fit your needs.

- +
diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index b8c413888a..5552d6735d 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -121,7 +121,7 @@
{{_i}}Full Name{{/i}}
- {{_i}}first.last@gmail.com{{/i}} + {{_i}}first.last@gmail.com{{/i}}
@@ -707,63 +707,17 @@ -

5. {{_i}}Striped table w/ TableSorter.js{{/i}}

+

5. {{_i}}Combine them all!{{/i}}

-

{{_i}}Include the jQuery Tablesorter plugin and automatically get clear styles for sorted columns.{{/i}}

-
-<script src="jquery.tablesorter.js"></script>
-<script >
-  $(function() {
-    $("table#sortTableExample")
-    .tablesorter({
-      sortList: [[1,0]]
-    });
-  });
-</script>
-<table class="table table-striped">
-  …
+      

{{_i}}Feel free to combine any of the table classes to achieve different looks by utilizing any of the available classes.{{/i}}

+
+<table class="table table-striped table-bordered table-condensed">
+  ...
 </table>
-
#
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
#{{_i}}First Name{{/i}}{{_i}}Last Name{{/i}}{{_i}}Language{{/i}}
1MarkOttoCSS
2JacobThorntonJavascript
3StuDentHTML
4BrosefStalinHTML
-

{{_i}}Styles for the Tablesorter, zebra striping, borders, and condensing may all compound in any variation to fit your needs.{{/i}}

- +
#