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 NameInclude 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 Name | -Last Name | -Language | -
---|---|---|---|
1 | -Mark | -Otto | -CSS | -
2 | -Jacob | -Thornton | -Javascript | -
3 | -Stu | -Dent | -HTML | -
4 | -Brosef | -Stalin | -HTML | -
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 Name{{/i}} | -{{_i}}Last Name{{/i}} | -{{_i}}Language{{/i}} | -
---|---|---|---|
1 | -Mark | -Otto | -CSS | -
2 | -Jacob | -Thornton | -Javascript | -
3 | -Stu | -Dent | -HTML | -
4 | -Brosef | -Stalin | -HTML | -
{{_i}}Styles for the Tablesorter, zebra striping, borders, and condensing may all compound in any variation to fit your needs.{{/i}}
-# |
---|