diff --git a/demo.html b/demo.html new file mode 100644 index 0000000..1210d0b --- /dev/null +++ b/demo.html @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Last NameFirst NameEmailDueWeb Site
SmithJohnjsmith@gmail.com$50.00http://www.jsmith.com
BachFrankfbach@yahoo.com$50.00http://www.frank.com
DoeJasonjdoe@hotmail.com$100.00http://www.jdoe.com
ConwayTimtconway@earthlink.net$50.00http://www.timconway.com
+ + diff --git a/demo.html~ b/demo.html~ new file mode 100644 index 0000000..1210d0b --- /dev/null +++ b/demo.html~ @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Last NameFirst NameEmailDueWeb Site
SmithJohnjsmith@gmail.com$50.00http://www.jsmith.com
BachFrankfbach@yahoo.com$50.00http://www.frank.com
DoeJasonjdoe@hotmail.com$100.00http://www.jdoe.com
ConwayTimtconway@earthlink.net$50.00http://www.timconway.com
+ + diff --git a/themes/blue/style.css b/themes/blue/style.css index eb41f70..f8f9f62 100644 --- a/themes/blue/style.css +++ b/themes/blue/style.css @@ -13,7 +13,8 @@ table.tablesorter thead tr th, table.tablesorter tfoot tr th { font-size: 8pt; padding: 4px; } -table.tablesorter thead tr .header { +table.tablesorter thead th { + background-image: url(bg.gif); background-repeat: no-repeat; background-position: center right;