From b9bd5c65e76eea140b0121d5cbca00c43f3ae018 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 24 Jan 2012 16:18:12 -0800 Subject: fix mailto link --- docs/base-css.html | 60 +++++++----------------------------------------------- 1 file changed, 7 insertions(+), 53 deletions(-) (limited to 'docs/base-css.html') diff --git a/docs/base-css.html b/docs/base-css.html index 92117b80e..bcb0c7d21 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.

- +
-- cgit v1.2.3
#