From f6549119ea126928e0a5ff07ee11ac8e35b94ad5 Mon Sep 17 00:00:00 2001 From: Sejal Khatri Date: Sun, 1 Nov 2015 03:44:36 +0530 Subject: [PATCH] Basic task done --- demo.html | 59 +++++++++++++++++++++++++++++++++++++++++++ demo.html~ | 59 +++++++++++++++++++++++++++++++++++++++++++ themes/blue/style.css | 3 ++- 3 files changed, 120 insertions(+), 1 deletion(-) create mode 100644 demo.html create mode 100644 demo.html~ 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;