diff --git a/docs/index.html b/docs/index.html index 2095b539..b4a02b03 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1507,10 +1507,9 @@ From the example function above, you'll end up with something similar to this HT "default" This option will add a theme css class name to the table "tablesorter-{theme}" for styling (v2.4; v2.18.0).
-
When changing this theme option, make sure that the appropriate css theme file has also been loaded. Included theme files include: +
When changing this theme option (the actual theme name is inside parentheses), make sure that the appropriate css theme file has also been loaded. Included theme files include: see all themes
-

uitheme widget

You will need to use the uitheme widget to extend the theme to apply css from jQuery UI, Bootstrap or other css libraries.

diff --git a/docs/themes.html b/docs/themes.html index e34cea50..0e42120f 100644 --- a/docs/themes.html +++ b/docs/themes.html @@ -10,7 +10,7 @@ .minitable table {width:175px;margin:10px auto;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;} .minitable table th {font-size:11px;} .minitable table td {font-size:11px;padding:4px !important;text-align:center;} - .minitable h3 {text-align:center;text-transform:capitalize;} + .minitable h3, .minitable h5 {text-align:center;margin:0;} @@ -76,7 +76,8 @@ $(function() {
-

blackice

+

Blackice

+
(blackice)
@@ -91,7 +92,8 @@ $(function() {
-

blue

+

Blue

+
(blue)
ABCD
ABCD
@@ -106,7 +108,8 @@ $(function() {
-

dark

+

Dark

+
(dark)
ABCD
ABCD
@@ -121,7 +124,8 @@ $(function() {
-

default

+

Default

+
(default)
ABCD
ABCD
@@ -136,7 +140,8 @@ $(function() {
-

green

+

Green

+
(green)
ABCD
ABCD
@@ -151,7 +156,8 @@ $(function() {
-

grey

+

Grey

+
(grey)
ABCD
ABCD
@@ -166,7 +172,8 @@ $(function() {
-

ice

+

Ice

+
(ice)
ABCD
ABCD
@@ -182,6 +189,7 @@ $(function() {

Bootstrap

+
(bootstrap)
ABCD
ABCD
@@ -197,6 +205,7 @@ $(function() {

jQuery UI

+
(jui)
ABCD
ABCD
@@ -211,7 +220,8 @@ $(function() {
-

dropbox

+

Dropbox

+
(dropbox)
ABCD
ABCD
@@ -227,6 +237,7 @@ $(function() {

Metro Dark

+
(metro-dark)
ABCD
ABCD
Title